프로퍼티 | 타입 | 설명 | |
---|---|---|---|
processes | string>.Dictionary |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DataFile ( ) : string |
public static AddProcess ( Process process, string name ) : void | ||
process | Process | |
name | string | |
리턴 | void |
public static Start ( string name, string fileName, string arguments, string workingDirectory ) : Process | ||
name | string | |
fileName | string | |
arguments | string | |
workingDirectory | string | |
리턴 | Process |