C# Class SharpOS.Tools.DiagnosticTool.MainWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sharpos/SharpOS Class Usage Examples

Méthodes publiques

Свойство Type Description
Client Client

Méthodes publiques

Méthode Description
InvokeLog ( string msg ) : void
MainWindow ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

InvokeLog() public static méthode

public static InvokeLog ( string msg ) : void
msg string
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

Property Details

Client static_oe public_oe property

static public Client Client
Résultat Client