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
MemberTypes.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x20004DB")]
8 public enum MemberTypes
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40013B4")]
11 Constructor = 1,
12 [global::Cpp2ILInjected.Token(Token = "0x40013B5")]
13 Event = 2,
14 [global::Cpp2ILInjected.Token(Token = "0x40013B6")]
15 Field = 4,
16 [global::Cpp2ILInjected.Token(Token = "0x40013B7")]
17 Method = 8,
18 [global::Cpp2ILInjected.Token(Token = "0x40013B8")]
19 Property = 16,
20 [global::Cpp2ILInjected.Token(Token = "0x40013B9")]
21 TypeInfo = 32,
22 [global::Cpp2ILInjected.Token(Token = "0x40013BA")]
23 Custom = 64,
24 [global::Cpp2ILInjected.Token(Token = "0x40013BB")]
25 NestedType = 128,
26 [global::Cpp2ILInjected.Token(Token = "0x40013BC")]
27 All = 191
28 }
29}