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

◆ PriorityLevel

ThreadPriorityLevel System.Diagnostics.ProcessThread.PriorityLevel
getset

Definition at line 48 of file ProcessThread.cs.

49 {
50 [SupportedOSPlatform("windows")]
51 [SupportedOSPlatform("linux")]
52 [SupportedOSPlatform("freebsd")]
53 get
54 {
55 if (!_priorityLevel.HasValue)
56 {
58 }
59 return _priorityLevel.Value;
60 }
61 [SupportedOSPlatform("windows")]
62 set
63 {
66 }
67 }
ThreadPriorityLevel? _priorityLevel
ThreadPriorityLevel PriorityLevelCore