Collaboration diagram for EasyProcess:
Public Member Functions | |
EasyProcess (string executable, string parameters, StreamRedirector.OutputHandler output, StreamRedirector.OutputHandler error) | |
Constructor for EasyProcess. | |
void | Start () |
Private Attributes | |
Process | _p |
StreamRedirector.OutputHandler | _output |
StreamRedirector.OutputHandler | _error |
|
Constructor for EasyProcess. Throws a ArgumentNullException if any parameter is null. |
|
|
|
|
|
|
|
|