Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public TryDoWait ( bool hidden = false ) : bool | ||
hidden | bool | |
Результат | bool |