Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetProcessIdFromHandle()

static int System.Diagnostics.ProcessManager.GetProcessIdFromHandle ( SafeProcessHandle processHandle)
inlinestatic

Definition at line 89 of file ProcessManager.cs.

90 {
91 return NtProcessManager.GetProcessIdFromHandle(processHandle);
92 }

References System.Diagnostics.NtProcessManager.GetProcessIdFromHandle().

Referenced by System.Diagnostics.Process.EnsureState().