Method | Description | |
---|---|---|
AddOutput ( string status ) : void | ||
BaseLauncher ( |
Method | Description | |
---|---|---|
GetOutput ( |
||
GetResource ( string name ) : byte[] | ||
GetResource ( string path, string name ) : byte[] | ||
LaunchApplication ( string app, string args ) : |
||
LaunchApplication ( string app, string arg, bool getOutput ) : |
||
LaunchConsoleApplication ( string app, string args ) : |
||
OutputEvent ( string status ) : void | ||
Quote ( string location ) : string |
public BaseLauncher ( |
||
options | ||
appLocations | ||
return | System.Collections.Generic |
protected GetOutput ( |
||
process | ||
return | string |
protected static GetResource ( string name ) : byte[] | ||
name | string | |
return | byte[] |
protected static GetResource ( string path, string name ) : byte[] | ||
path | string | |
name | string | |
return | byte[] |
protected LaunchApplication ( string app, string args ) : |
||
app | string | |
args | string | |
return |
protected LaunchApplication ( string app, string arg, bool getOutput ) : |
||
app | string | |
arg | string | |
getOutput | bool | |
return |
protected LaunchConsoleApplication ( string app, string args ) : |
||
app | string | |
args | string | |
return |
protected OutputEvent ( string status ) : void | ||
status | string | |
return | void |
protected static Quote ( string location ) : string | ||
location | string | |
return | string |