Method | Description | |
---|---|---|
Close ( ) : void | ||
DoWait ( bool hidden = false ) : bool |
Start the process synchronously
|
|
Kill ( ) : void | ||
ProcessIo ( string executable ) : System |
Constructor
|
|
TryDoWait ( bool hidden = false ) : bool |
Start the process synchronously, catch the exceptions
|
public ProcessIo ( string executable ) : System | ||
executable | string | |
return | System |