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






In This Topic
    Dispose(Boolean) Method
    In This Topic
    Standard Dispose patten
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub Dispose( _
       ByVal disposing As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As DicomImage
    Dim disposing As System.Boolean
     
    instance.Dispose(disposing)
    protected virtual void Dispose( 
       System.bool disposing
    )
    protected procedure Dispose( 
        disposing: System.Boolean
    ); virtual; 
    protected function Dispose( 
       disposing : System.boolean
    );
    protected: virtual void Dispose( 
       System.bool disposing
    ) 
    protected:
    virtual void Dispose( 
       System.bool disposing
    ) 

    Parameters

    disposing
    True if explicitly disposing of the object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also