The Dispose method of the AddinWrapperBase class releases all unmanaged resources
used by the object.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
C# |
---|
public void Dispose() |
Visual Basic (Declaration) |
---|
Public Sub Dispose |
Visual C++ |
---|
public: virtual void Dispose() sealed |
Implements
IDisposable..::.Dispose()()()
Remarks
Use the Dispose method to close the AddinWrapperBase-derived object and release resources
when you are finished using the object.