Initializes a new instance of the
Runtime class.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Runtime(
IAddInTree addInTree,
string assembly,
string? hintPath,
bool preloaded
)
Parameters
- addInTree IAddInTree
- The add-in tree that owns the runtime.
- assembly String
- The assembly reference string.
- hintPath String
- The base path used to resolve relative assembly paths.
- preloaded Boolean
- A value indicating whether the runtime should be loaded immediately.
See Also