Click or drag to resize

AddInTreeImplRemoveAddIn Method

The specified AddIn is removed to the AddIns collection. This is only possible for disabled AddIns, enabled AddIns require a restart of the application to be removed.

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

Parameters

addIn  AddIn
The add-in to remove.
Exceptions
ExceptionCondition
ArgumentExceptionOccurs when trying to remove an enabled AddIn.
See Also