Property | Type | Description | |
---|---|---|---|
FireConsoleInputEvent | void | ||
FireConsoleOutputEvent | void | ||
GetControlHandle | |||
InitialiseKeyMappings | void | ||
InitializeComponent | void | ||
InternalDispose | void | ||
InvalidateCaret | void | ||
ScrollHistory | void | ||
ShowHideCaret | void | ||
processInterace_OnProcessError | void | ||
processInterace_OnProcessExit | void | ||
processInterace_OnProcessInput | void | ||
processInterace_OnProcessOutput | void | ||
richTextBoxConsole_GotFocus | void | ||
richTextBoxConsole_HandleCreated | void | ||
richTextBoxConsole_KeyDown | void | ||
richTextBoxConsole_MouseDown | void | ||
richTextBoxConsole_MouseUp | void | ||
richTextBoxConsole_SelectionChanged | void |
Method | Description | |
---|---|---|
ClearOutput ( ) : void |
Clears the output.
|
|
ConsoleControl ( ) : System |
Initializes a new instance of the ConsoleControl class.
|
|
StartProcess ( string fileName, string arguments ) : void |
Runs a process.
|
|
StopProcess ( ) : void |
Stops the process.
|
|
WriteInput ( string input ) : void | ||
WriteInput ( string input, Color color, bool echo ) : void |
Writes the input to the console control.
|
|
WriteOutput ( string output ) : void | ||
WriteOutput ( string output, Color color ) : void |
Writes the output to the console control.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FireConsoleInputEvent ( string content ) : void |
Fires the console input event.
|
|
FireConsoleOutputEvent ( string content ) : void |
Fires the console output event.
|
|
GetControlHandle ( |
||
InitialiseKeyMappings ( ) : void |
Initialises the key mappings.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InternalDispose ( bool disposing ) : void | ||
InvalidateCaret ( ) : void | ||
ScrollHistory ( ) : void | ||
ShowHideCaret ( ) : void | ||
processInterace_OnProcessError ( object sender, |
Handles the OnProcessError event of the processInterace control.
|
|
processInterace_OnProcessExit ( object sender, |
Handles the OnProcessExit event of the processInterace control.
|
|
processInterace_OnProcessInput ( object sender, |
Handles the OnProcessInput event of the processInterace control.
|
|
processInterace_OnProcessOutput ( object sender, |
Handles the OnProcessOutput event of the processInterace control.
|
|
richTextBoxConsole_GotFocus ( object sender, |
||
richTextBoxConsole_HandleCreated ( object sender, |
||
richTextBoxConsole_KeyDown ( object sender, |
Handles the KeyDown event of the richTextBoxConsole control.
|
|
richTextBoxConsole_MouseDown ( object sender, MouseEventArgs e ) : void | ||
richTextBoxConsole_MouseUp ( object sender, MouseEventArgs e ) : void | ||
richTextBoxConsole_SelectionChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public StartProcess ( string fileName, string arguments ) : void | ||
fileName | string | Name of the file. |
arguments | string | The arguments. |
return | void |
public WriteInput ( string input, Color color, bool echo ) : void | ||
input | string | The input. |
color | Color | The color. |
echo | bool | if set to |
return | void |
public WriteOutput ( string output, Color color ) : void | ||
output | string | The output. |
color | Color | The color. |
return | void |