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.3179.0 (4.8.3179.0)
Syntax
C#
public Runtime(
	IAddInTree addInTree,
	string assembly,
	string? hintPath,
	bool preloaded
)

Parameters

addInTree  IAddInTree

[Missing <param name="addInTree"/> documentation for "M:Altaxo.AddInItems.Runtime.#ctor(Altaxo.AddInItems.IAddInTree,System.String,System.String,System.Boolean)"]

assembly  String

[Missing <param name="assembly"/> documentation for "M:Altaxo.AddInItems.Runtime.#ctor(Altaxo.AddInItems.IAddInTree,System.String,System.String,System.Boolean)"]

hintPath  String

[Missing <param name="hintPath"/> documentation for "M:Altaxo.AddInItems.Runtime.#ctor(Altaxo.AddInItems.IAddInTree,System.String,System.String,System.Boolean)"]

preloaded  Boolean

[Missing <param name="preloaded"/> documentation for "M:Altaxo.AddInItems.Runtime.#ctor(Altaxo.AddInItems.IAddInTree,System.String,System.String,System.Boolean)"]

See Also