ESRI.ArcGIS.ADF
Dispose(Boolean) Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > ComReleaser Class > Dispose Method : Dispose(Boolean) Method




disposing
Boolean value indicating to the method whether or not it should also dispose managed objects
Dispose method implementation from IDisposable Interface

Syntax

Visual Basic (Declaration) 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As ComReleaser
Dim disposing As Boolean
 
instance.Dispose(disposing)
C# 
protected virtual void Dispose( 
   bool disposing
)

Parameters

disposing
Boolean value indicating to the method whether or not it should also dispose managed objects

See Also

© 2010 All Rights Reserved.