C# Class AVaRICEDebugPackage.CommandTestForm

Inheritance: System.Windows.Forms.Form
Show file Open project: sysprogs/BSPTools Class Usage Examples

Public Methods

Method Description
CommandTestForm ( Process nonStartedProcess ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

Private Methods

Method 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 method

public CommandTestForm ( Process nonStartedProcess ) : System
nonStartedProcess System.Diagnostics.Process
return System

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

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void