메소드 | 설명 | |
---|---|---|
GetFirstProcessByName ( string name ) : |
||
KillProcess ( int pid ) : bool | ||
KillProcess ( string name ) : bool | ||
ProcessExists ( int pid ) : bool | ||
ProcessExists ( string name ) : bool | ||
StartProcess ( |
||
StartProcess ( string exeLoc, string workingDir, string arguments = "" ) : |
Start a process
|
public static GetFirstProcessByName ( string name ) : |
||
name | string | |
리턴 |
public static StartProcess ( |
||
psi | ||
리턴 |
public static StartProcess ( string exeLoc, string workingDir, string arguments = "" ) : |
||
exeLoc | string | The location of the exe file |
workingDir | string | The directory in which to start the exe from |
arguments | string | Optional arguments to pass |
리턴 |