Click or drag to resize

AddInManagerEnable Method

Marks the specified AddIns as enabled (will take effect after next application restart).

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

Parameters

addIns  IListAddIn

[Missing <param name="addIns"/> documentation for "M:Altaxo.AddInItems.AddInManager.Enable(System.Collections.Generic.IList{Altaxo.AddInItems.AddIn})"]

See Also