Méthode | Description | |
---|---|---|
ConsoleProcess ( ) : System | ||
Dispose ( ) : void |
Méthode | Description | |
---|---|---|
KillProcess ( ) : void |
Forces the process to exit
|
|
ReadChar ( ) : char |
Reads the next character from the stdout of the target process
|
|
ReadLine ( ) : string |
Read a single line from the target process
|
|
StartProcess ( ) : void |
Starts the process specified by the inherited class
|
|
Write ( string format ) : void |
Write the specified objects with the specified format to the process stdin
|
|
WriteLine ( string format ) : void |
See Write
|
Méthode | Description | |
---|---|---|
AssertProcess ( ) : void |
protected Write ( string format ) : void | ||
format | string | Format of the string to write |
Résultat | void |
protected WriteLine ( string format ) : void | ||
format | string | |
Résultat | void |