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.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.Runtime.InteropServices.ComVisible(true)]
8 [global::System.Flags]
9 [global::Cpp2ILInjected.Token(Token = "0x20003EF")]
10 [global::System.Serializable]
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 }
32}