Click or drag to resize

AddInManagerDisable Method

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

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

Parameters

addIns  IListAddIn
The add-ins to disable.
See Also