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
MemberTypes.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004DB RID: 1243
6
[Flags]
7
public
enum
MemberTypes
8
{
9
// Token: 0x040013B4 RID: 5044
10
Constructor
= 1,
11
// Token: 0x040013B5 RID: 5045
12
Event
= 2,
13
// Token: 0x040013B6 RID: 5046
14
Field
= 4,
15
// Token: 0x040013B7 RID: 5047
16
Method
= 8,
17
// Token: 0x040013B8 RID: 5048
18
Property
= 16,
19
// Token: 0x040013B9 RID: 5049
20
TypeInfo
= 32,
21
// Token: 0x040013BA RID: 5050
22
Custom
= 64,
23
// Token: 0x040013BB RID: 5051
24
NestedType
= 128,
25
// Token: 0x040013BC RID: 5052
26
All
= 191
27
}
28
}
System.Reflection.TypeInfo
Definition
TypeInfo.cs:7
System.Reflection.MemberTypes
MemberTypes
Definition
MemberTypes.cs:8
System.Reflection.MemberTypes.Method
@ Method
System.Reflection.MemberTypes.Property
@ Property
System.Reflection.MemberTypes.Constructor
@ Constructor
System.Reflection.MemberTypes.Field
@ Field
System.Reflection.MemberTypes.Custom
@ Custom
System.Reflection.MemberTypes.Event
@ Event
System.Reflection.MemberTypes.All
@ All
System.Reflection.MemberTypes.NestedType
@ NestedType
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
MemberTypes.cs
Generated by
1.10.0