Click or drag to resize

AddInTreeImplInsertAddIn Method

The specified AddIn is added to the AddIns collection. If the AddIn is enabled, its doozers, condition evaluators and extension paths are added to the AddInTree and its resources are added to the IResourceService.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void InsertAddIn(
	AddIn addIn
)

Parameters

addIn  AddIn

[Missing <param name="addIn"/> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.InsertAddIn(Altaxo.AddInItems.AddIn)"]

See Also