Click or drag to resize

AddInManagerAddExternalAddIns Method

Adds the specified external AddIns to the list of registered external AddIns.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void AddExternalAddIns(
	IList<AddIn> addIns
)

Parameters

addIns  IListAddIn
The list of AddIns to add. (use AddIn instances created by Load(IAddInTree, TextReader, String, XmlNameTable)).
See Also