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

◆ GetProcessIds() [2/2]

static int[] System.Diagnostics.NtProcessManager.GetProcessIds ( string machineName,
bool isRemoteMachine )
inlinestatic

Definition at line 120 of file NtProcessManager.cs.

121 {
123 int[] array = new int[processInfos.Length];
124 for (int i = 0; i < processInfos.Length; i++)
125 {
126 array[i] = processInfos[i].ProcessId;
127 }
128 return array;
129 }
static ProcessInfo[] GetProcessInfos(string machineName, bool isRemoteMachine)

References System.array, and System.Diagnostics.NtProcessManager.GetProcessInfos().

Referenced by System.Diagnostics.ProcessManager.GetProcessIds(), and System.Diagnostics.ProcessManager.GetProcessIds().