Method | Description | |
---|---|---|
ExecuteProcess ( |
Executes the process defined in the ProcessStartInfo object and outputs the standard output and errors, if any, into the specified output parameters, respectively.
|
public ExecuteProcess ( |
||
processInfo | A |
|
output | string | An output parameter to contain the standard output of the process. |
errors | string | An output parameter to contain the standard errors, if any, of the process. |
return | bool |