메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
ErrorHandler ( object sendingProcess, |
||
OutputHandler ( object sendingProcess, |
public ProcessReader ( LogOptions logLevel ) : System | ||
logLevel | LogOptions | |
리턴 | System |
public RunExecutable ( string exeToRun, bool eatFirstLine, string commandLine ) : string | ||
exeToRun | string | |
eatFirstLine | bool | |
commandLine | string | Command line to execute. |
리턴 | string |