Click or drag to resize

Runtime Constructor

Initializes a new instance of the Runtime class.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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