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

◆ StreamingContextStates

Enumerator
CrossProcess 
CrossMachine 
File 
Persistence 
Remoting 
Other 
Clone 
CrossAppDomain 
All 

Definition at line 10 of file StreamingContextStates.cs.

11 {
12 // Token: 0x04000FDD RID: 4061
13 CrossProcess = 1,
14 // Token: 0x04000FDE RID: 4062
15 CrossMachine = 2,
16 // Token: 0x04000FDF RID: 4063
17 File = 4,
18 // Token: 0x04000FE0 RID: 4064
19 Persistence = 8,
20 // Token: 0x04000FE1 RID: 4065
21 Remoting = 16,
22 // Token: 0x04000FE2 RID: 4066
23 Other = 32,
24 // Token: 0x04000FE3 RID: 4067
25 Clone = 64,
26 // Token: 0x04000FE4 RID: 4068
27 CrossAppDomain = 128,
28 // Token: 0x04000FE5 RID: 4069
29 All = 255
30 }