Performs tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
public virtual void Dispose()
Visual Basic (Declaration)
Public Overridable Sub Dispose
Visual C++
public:
virtual void Dispose()

Implements

IDisposable..::.Dispose()()()

Remarks

For more information, see the help for the Dispose method on the IDisposable interface.

See Also