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.3179.0 (4.8.3179.0)
Syntax
C#
public void RemoveAddIn(
	AddIn addIn
)

Parameters

addIn  AddIn

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

Exceptions
ExceptionCondition
ArgumentExceptionOccurs when trying to remove an enabled AddIn.
See Also