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: 6.3.4.831 (6.3.4.0831)
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.