C# Class SharpOS.Tools.DiagnosticTool.MainWindow

Inheritance: System.Windows.Forms.Form
Mostra file Open project: sharpos/SharpOS Class Usage Examples

Public Properties

Property Type Description
Client Client

Public Methods

Method Description
InvokeLog ( string msg ) : void
MainWindow ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddLogger ( string log ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainWindow_Shown ( object sender, EventArgs e ) : void
Message ( string msg ) : void
SetStatus ( string status ) : void
UpdateGUI ( ) : void
WaitForVM ( ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnMemory_Click ( object sender, EventArgs e ) : void
btnUnitTests_Click ( object sender, EventArgs e ) : void
userDispose ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InvokeLog() public static method

public static InvokeLog ( string msg ) : void
msg string
return void

MainWindow() public method

public MainWindow ( ) : System
return System

Property Details

Client static_oe public_oe property

static public Client Client
return Client