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.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void RemoveAddIn(
AddIn addIn
)
Parameters
- addIn AddIn
- The add-in to remove.
Exceptions
See Also