Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl 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 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