Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Windows Namespace / LiveLogViewer Class / Dispose Method / Dispose(Boolean) Method
true to release both managed and unmanaged resources; false to release only unmanaged resources.true to release both managed and unmanaged resources; false to release only unmanaged resources.true if managed resources should be disposed; otherwise, false.

In This Topic
    Dispose(Boolean) Method
    In This Topic
    Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources. Clean up any resources being used.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides NotOverridable Sub Dispose( _
       ByVal disposing As Boolean _
    ) 
    protected override void Dispose( 
       bool disposing
    )

    Parameters

    disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.true to release both managed and unmanaged resources; false to release only unmanaged resources.true if managed resources should be disposed; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also