Property | Type | Description | |
---|---|---|---|
_process |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Program ( ) : System |
Method | Description | |
---|---|---|
GetOutputAsString ( string output ) : string | ||
LogProcessStartInfo ( |
public GetProcessStartInfo ( ) : |
||
return |
public GetStandardOutputAsString ( ) : string | ||
return | string |
public Program ( |
||
si | ||
return | System |
public WaitForExit ( int milliseconds ) : bool | ||
milliseconds | int | |
return | bool |