Reflection
Dispose(Boolean) Method


Whether to dispose of held resources that need disposal
Standard disposal pattern implementation
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As SmartControl
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected override void Dispose( 
   bool disposing
)

Parameters

disposing
Whether to dispose of held resources that need disposal
See Also