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
PInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x02000513 RID: 1299
6 [Flags]
7 internal enum PInfo
8 {
9 // Token: 0x04001507 RID: 5383
10 Attributes = 1,
11 // Token: 0x04001508 RID: 5384
12 GetMethod = 2,
13 // Token: 0x04001509 RID: 5385
14 SetMethod = 4,
15 // Token: 0x0400150A RID: 5386
16 ReflectedType = 8,
17 // Token: 0x0400150B RID: 5387
18 DeclaringType = 16,
19 // Token: 0x0400150C RID: 5388
20 Name = 32
21 }
22}