Méthode | Description | |
---|---|---|
AppendConsoleLog ( string pText ) : void | ||
ConsoleWindow ( |
||
InitStartProcess ( string pWorkDir, string pExecutable, string pArguments ) : void | ||
Process_ErrorDataReceived ( object sender, |
||
Process_OutputDataReceived ( object sender, |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
ConsoleOutputWindow_FormClosing ( object sender, |
||
ConsoleOutputWindow_KeyDown ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
cmClose_Click ( object sender, |
public AppendConsoleLog ( string pText ) : void | ||
pText | string | |
Résultat | void |
public ConsoleWindow ( |
||
pAemInstance | ||
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public InitStartProcess ( string pWorkDir, string pExecutable, string pArguments ) : void | ||
pWorkDir | string | |
pExecutable | string | |
pArguments | string | |
Résultat | void |
public Process_ErrorDataReceived ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public Process_OutputDataReceived ( object sender, |
||
sender | object | |
e | ||
Résultat | void |