DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Dispose Method / Dispose(Boolean) Method
True if explicitly disposing of the object






In This Topic
    Dispose(Boolean) Method
    In This Topic
    This is an override of the method in the base collection, and would not normally be used by DicomObjects developers
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim disposing As System.Boolean
     
    instance.Dispose(disposing)
    protected override void Dispose( 
       System.bool disposing
    )
    protected procedure Dispose( 
        disposing: System.Boolean
    ); override; 
    protected override function Dispose( 
       disposing : System.boolean
    );
    protected: void Dispose( 
       System.bool disposing
    ) override 
    protected:
    void Dispose( 
       System.bool disposing
    ) override 

    Parameters

    disposing
    True if explicitly disposing of the object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also