Method | Description | |
---|---|---|
DecodeOneBlock ( |
Decodes one block of output from the reader.
|
|
GetOutput ( |
Retrieve the complete output from executing a command, as separate standard output, standard error and the exit code.
|
Method | Description | |
---|---|---|
DecodeInt32 ( |
Decodes and returns a single 32-bit integer from the StreamReader. Note that this method will not check that reader is non-null. |
|
DecodeString ( |
Decodes and returns a single string from the StreamReader. Note that this method will not check that reader is non-null. |
public static DecodeOneBlock ( |
||
reader |
/// The |
|
type | char |
/// Upon return from the method, if the method returns |
content | string |
/// Upon return from the method, if the method returns |
exitCode | int |
/// Upon return from the method, if the method returns |
return | bool |
public static GetOutput ( |
||
reader |
/// The |
|
standardOutput | string |
/// Upon exit, if the method returns |
standardError | string |
/// Upon exit, if the method returns |
exitCode | int |
/// Upon exit, if the method returns |
return | bool |