Свойство | Тип | Описание | |
---|---|---|---|
_process |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
GetAllOutput ( ) : string | ||
GetErrorOutput ( ) : string[] | ||
GetErrorOutputAsString ( ) : string | ||
GetProcessStartInfo ( ) : |
||
GetStandardInput ( ) : Stream | ||
GetStandardOutput ( ) : string[] | ||
GetStandardOutputAsString ( ) : string | ||
Kill ( ) : void | ||
LogProcessStartInfo ( ) : void | ||
Program ( |
||
Start ( ) : void | ||
WaitForExit ( int milliseconds ) : bool | ||
WaitForExit ( ) : void |
Метод | Описание | |
---|---|---|
Program ( ) : System |
Метод | Описание | |
---|---|---|
GetOutputAsString ( string output ) : string | ||
LogProcessStartInfo ( |
public GetErrorOutputAsString ( ) : string | ||
Результат | string |
public GetProcessStartInfo ( ) : |
||
Результат |
public GetStandardOutputAsString ( ) : string | ||
Результат | string |
public Program ( |
||
si | ||
Результат | System |
public WaitForExit ( int milliseconds ) : bool | ||
milliseconds | int | |
Результат | bool |