Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.ProcessManager Class Reference

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 ()
 

Detailed Description

Definition at line 8 of file ProcessManager.cs.


The documentation for this class was generated from the following file: