terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ProcessPriorityClass

Enumerator
AboveNormal 
BelowNormal 
High 
Idle 
Normal 
RealTime 

Definition at line 6 of file ProcessPriorityClass.cs.

7 {
8 // Token: 0x0400041D RID: 1053
9 AboveNormal = 32768,
10 // Token: 0x0400041E RID: 1054
11 BelowNormal = 16384,
12 // Token: 0x0400041F RID: 1055
13 High = 128,
14 // Token: 0x04000420 RID: 1056
15 Idle = 64,
16 // Token: 0x04000421 RID: 1057
17 Normal = 32,
18 // Token: 0x04000422 RID: 1058
19 RealTime = 256
20 }