Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter 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 IbmPrinter
    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