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.
1
using
System
;
2
3
namespace
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
}
System.Reflection.PInfo
PInfo
Definition
PInfo.cs:8
System.Reflection.PInfo.SetMethod
@ SetMethod
System.Reflection.PInfo.Attributes
@ Attributes
System.Reflection.PInfo.GetMethod
@ GetMethod
System.Reflection.PInfo.Name
@ Name
System.Reflection.PInfo.ReflectedType
@ ReflectedType
System.Reflection.PInfo.DeclaringType
@ DeclaringType
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
PInfo.cs
Generated by
1.10.0