Collaboration diagram for StoringProcess:

Public Member Functions | |
| StoringProcess (string executable, string parameters) | |
| void | Start () |
Public Attributes | |
| string | Output = "" |
| string | Error = "" |
Private Member Functions | |
| void | WriteStdOutput (string str) |
| void | WriteStdError (string str) |
Private Attributes | |
| EasyProcess | _process |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|