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

◆ IdealProcessor

int System.Diagnostics.ProcessThread.IdealProcessor
set

Definition at line 89 of file ProcessThread.cs.

90 {
91 set
92 {
94 if (global::Interop.Kernel32.SetThreadIdealProcessor(handle, value) < 0)
95 {
96 throw new Win32Exception();
97 }
98 }
99 }
SafeThreadHandle OpenThreadHandle(int access)

Referenced by System.Diagnostics.ProcessThread.ResetIdealProcessor().