ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprController Class / Dispose Method / Dispose(Boolean) Method
Set true to release both managed and unmanaged resources; false to release only unmanaged resources.




In This Topic
    Dispose(Boolean) Method
    In This Topic
    Disposes any resources being used.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearMprController
    Dim disposing As Boolean
     
    instance.Dispose(disposing)
    protected virtual void Dispose( 
       bool disposing
    )
    protected: virtual void Dispose( 
       bool disposing
    ) 
    protected:
    virtual void Dispose( 
       bool disposing
    ) 

    Parameters

    disposing
    Set true to release both managed and unmanaged resources; false to release only unmanaged resources.
    See Also