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

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public void Dispose()
Visual Basic (Declaration)
Public Sub Dispose

Implements

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

Remarks

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

See Also