Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.ShellHelper Class Reference

Static Public Member Functions

static ProcessOutputs RunProcessAndGetOutput (string command, string parameters)
 Run the process and get the output without deadlocks. More...
 
static Process RunProcess (string command, string parameters)
 Run a process without waiting for its output. More...
 

Detailed Description

Definition at line 8 of file ShellHelper.cs.

Member Function Documentation

static Process SiliconStudio.ShellHelper.RunProcess ( string  command,
string  parameters 
)
static

Run a process without waiting for its output.

Parameters
commandThe name or path of the command.
parametersThe 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
commandThe name or path of the command.
parametersThe 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: