C# Class AVaRICEDebugPackage.CommandTestForm

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

Méthodes publiques

Méthode Description
CommandTestForm ( Process nonStartedProcess ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

Private Methods

Méthode Description
AddLine ( string line ) : void
HandleProcessExitedFromGUIThread ( ) : void
InitializeComponent ( ) : void

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

_Process_Exited ( object sender, EventArgs e ) : void
_Process_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
btnAbort_Click ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void

Method Details

CommandTestForm() public méthode

public CommandTestForm ( Process nonStartedProcess ) : System
nonStartedProcess System.Diagnostics.Process
Résultat System

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

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void