Definition at line 8 of file ShellHelper.cs.
static Process SiliconStudio.ShellHelper.RunProcess |
( |
string |
command, |
|
|
string |
parameters |
|
) |
| |
|
static |
Run a process without waiting for its output.
- Parameters
-
command | The name or path of the command. |
parameters | The parameters of the command. |
Definition at line 43 of file ShellHelper.cs.
static ProcessOutputs SiliconStudio.ShellHelper.RunProcessAndGetOutput |
( |
string |
command, |
|
|
string |
parameters |
|
) |
| |
|
static |
Run the process and get the output without deadlocks.
- Parameters
-
command | The name or path of the command. |
parameters | The parameters of the command. |
- Returns
- The outputs.
Definition at line 16 of file ShellHelper.cs.
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/shared/Process/ShellHelper.cs