Spread Windows Forms 12.0 Product Documentation
Dispose(Boolean) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > Command Class > Dispose Method : Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Releases unmanaged and - optionally - managed resources.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As Command
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected virtual void Dispose( 
   bool disposing
)

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also

Reference

Command Class
Command Members
Overload List