Свойство | Type | Description | |
---|---|---|---|
ExternalProcess | System | ||
ExternalProcessAPI_ConfirmOrBeginProcess | void | ||
ExternalProcessAPI_CreateProcess | |||
ExternalProcessAPI_DestroyProcess | void | ||
ExternalProcessAPI_GetLine | |||
ExternalProcessAPI_IsRunning | bool | ||
ExternalProcessAPI_SendLine | void |
Méthode | Description | |
---|---|---|
CreateExternalProcess ( string appName ) : |
||
CreateExternalProcess ( string appName, string args ) : |
||
Dispose ( ) : void | ||
FindAndLaunch ( string appName ) : bool | ||
FindAndLaunch ( string appName, string args ) : bool | ||
FindPathToExecutable ( string appName ) : string | ||
GetLine ( ) : string | ||
IsRunning ( ) : bool | ||
Launch ( string appName ) : void | ||
MakeRelativePath ( string path1, string path2 ) : string | ||
SendLine ( string line ) : void | ||
Terminate ( ) : void | ||
WaitFor ( float seconds, Func |
||
WaitForShutdown ( float seconds ) : bool | ||
WaitForStart ( float seconds ) : bool |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
ExternalProcess ( string appName, string args ) : System | ||
ExternalProcessAPI_ConfirmOrBeginProcess ( [ processName ) : void | ||
ExternalProcessAPI_CreateProcess ( [ cmdline ) : |
||
ExternalProcessAPI_DestroyProcess ( |
||
ExternalProcessAPI_GetLine ( |
||
ExternalProcessAPI_IsRunning ( |
||
ExternalProcessAPI_SendLine ( |
static public CreateExternalProcess ( string appName ) : |
||
appName | string | |
Résultat |
static public CreateExternalProcess ( string appName, string args ) : |
||
appName | string | |
args | string | |
Résultat |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
static public FindAndLaunch ( string appName ) : bool | ||
appName | string | |
Résultat | bool |
static public FindAndLaunch ( string appName, string args ) : bool | ||
appName | string | |
args | string | |
Résultat | bool |
static public FindPathToExecutable ( string appName ) : string | ||
appName | string | |
Résultat | string |
static public Launch ( string appName ) : void | ||
appName | string | |
Résultat | void |
static public MakeRelativePath ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
Résultat | string |
public WaitFor ( float seconds, Func |
||
seconds | float | |
func | Func |
|
Résultat | bool |
public WaitForShutdown ( float seconds ) : bool | ||
seconds | float | |
Résultat | bool |
public WaitForStart ( float seconds ) : bool | ||
seconds | float | |
Résultat | bool |