Property | Type | Description | |
---|---|---|---|
processes | string>.Dictionary |
Method | Description | |
---|---|---|
AddProcess ( Process process, string name ) : void | ||
HasProcess ( string name ) : bool | ||
Load ( ) : void | ||
RemoveProcess ( int id ) : void | ||
Save ( ) : void | ||
Start ( string name, string fileName, string arguments, string workingDirectory ) : Process | ||
Stop ( string name ) : void | ||
UpdateProcesses ( ) : void |
Method | Description | |
---|---|---|
DataFile ( ) : string |
public static AddProcess ( Process process, string name ) : void | ||
process | Process | |
name | string | |
return | void |
public static HasProcess ( string name ) : bool | ||
name | string | |
return | bool |
public static RemoveProcess ( int id ) : void | ||
id | int | |
return | void |
public static Start ( string name, string fileName, string arguments, string workingDirectory ) : Process | ||
name | string | |
fileName | string | |
arguments | string | |
workingDirectory | string | |
return | Process |