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

◆ State

Enumerator
HaveId 
IsLocal 
IsNt 
HaveProcessInfo 
Exited 
Associated 
IsWin2k 
HaveNtProcessInfo 

Definition at line 930 of file Process.cs.

931 {
932 // Token: 0x040003F0 RID: 1008
933 HaveId = 1,
934 // Token: 0x040003F1 RID: 1009
935 IsLocal,
936 // Token: 0x040003F2 RID: 1010
937 IsNt = 4,
938 // Token: 0x040003F3 RID: 1011
939 HaveProcessInfo = 8,
940 // Token: 0x040003F4 RID: 1012
941 Exited = 16,
942 // Token: 0x040003F5 RID: 1013
943 Associated = 32,
944 // Token: 0x040003F6 RID: 1014
945 IsWin2k = 64,
946 // Token: 0x040003F7 RID: 1015
948 }