terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ StreamingContextStates

Enumerator
CrossProcess 
CrossMachine 
File 
Persistence 
Remoting 
Other 
Clone 
CrossAppDomain 
All 

Definition at line 11 of file StreamingContextStates.cs.

12 {
13 [global::Cpp2ILInjected.Token(Token = "0x4000FDD")]
14 CrossProcess = 1,
15 [global::Cpp2ILInjected.Token(Token = "0x4000FDE")]
16 CrossMachine = 2,
17 [global::Cpp2ILInjected.Token(Token = "0x4000FDF")]
18 File = 4,
19 [global::Cpp2ILInjected.Token(Token = "0x4000FE0")]
20 Persistence = 8,
21 [global::Cpp2ILInjected.Token(Token = "0x4000FE1")]
22 Remoting = 16,
23 [global::Cpp2ILInjected.Token(Token = "0x4000FE2")]
24 Other = 32,
25 [global::Cpp2ILInjected.Token(Token = "0x4000FE3")]
26 Clone = 64,
27 [global::Cpp2ILInjected.Token(Token = "0x4000FE4")]
28 CrossAppDomain = 128,
29 [global::Cpp2ILInjected.Token(Token = "0x4000FE5")]
30 All = 255
31 }