Method | Description | |
---|---|---|
ProcessWrapper ( ) : System | ||
ProcessWrapper ( bool createNoWindow, bool useShellExecute, bool redirectStandardOutput, bool redirectStandardError ) : System | ||
Start ( ) : bool | ||
WaitForExit ( ) : void |
public ProcessWrapper ( bool createNoWindow, bool useShellExecute, bool redirectStandardOutput, bool redirectStandardError ) : System | ||
createNoWindow | bool | |
useShellExecute | bool | |
redirectStandardOutput | bool | |
redirectStandardError | bool | |
return | System |