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
PInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000513")]
8 internal enum PInfo
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4001507")]
11 Attributes = 1,
12 [global::Cpp2ILInjected.Token(Token = "0x4001508")]
13 GetMethod = 2,
14 [global::Cpp2ILInjected.Token(Token = "0x4001509")]
15 SetMethod = 4,
16 [global::Cpp2ILInjected.Token(Token = "0x400150A")]
17 ReflectedType = 8,
18 [global::Cpp2ILInjected.Token(Token = "0x400150B")]
19 DeclaringType = 16,
20 [global::Cpp2ILInjected.Token(Token = "0x400150C")]
21 Name = 32
22 }
23}