|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static bool | IsRemoteMachine (string machineName) |
| static bool | IsProcessRunning (int processId) |
| static bool | IsProcessRunning (int processId, string machineName) |
| static ProcessInfo[] | GetProcessInfos (string machineName) |
| static ProcessInfo | GetProcessInfo (int processId, string machineName) |
| static int[] | GetProcessIds (string machineName) |
| static int[] | GetProcessIds () |
| static int | GetProcessIdFromHandle (SafeProcessHandle processHandle) |
| static ProcessModuleCollection | GetModules (int processId) |
| static SafeProcessHandle | OpenProcess (int processId, int access, bool throwIfExited) |
| static SafeThreadHandle | OpenThread (int threadId, int access) |
| static IntPtr | GetMainWindowHandle (int processId) |
Static Private Member Functions | |
| static bool | IsRemoteMachineCore (string machineName) |
| static unsafe | ProcessManager () |
Definition at line 8 of file ProcessManager.cs.