Method | Description | |
---|---|---|
ProcessReader ( LogOptions logLevel ) : System | ||
RunExecutable ( string exeToRun, bool eatFirstLine, string commandLine ) : string |
Runs an exe, returns the output in a string. If error happens, prints stderr and returns null.
|
Method | Description | |
---|---|---|
ErrorHandler ( object sendingProcess, |
||
OutputHandler ( object sendingProcess, |
public ProcessReader ( LogOptions logLevel ) : System | ||
logLevel | LogOptions | |
return | System |
public RunExecutable ( string exeToRun, bool eatFirstLine, string commandLine ) : string | ||
exeToRun | string | |
eatFirstLine | bool | |
commandLine | string | Command line to execute. |
return | string |