Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / Application Class / Dispose Method / Dispose(Boolean) Method
Whether to dispose of held resources that need disposal


In This Topic
Dispose(Boolean) Method
In This Topic
Standard disposal pattern implementation
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As Application
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

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