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
MethodAttributes.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004DC RID: 1244
6
[Flags]
7
public
enum
MethodAttributes
8
{
9
// Token: 0x040013BE RID: 5054
10
MemberAccessMask
= 7,
11
// Token: 0x040013BF RID: 5055
12
PrivateScope
= 0,
13
// Token: 0x040013C0 RID: 5056
14
Private = 1,
15
// Token: 0x040013C1 RID: 5057
16
FamANDAssem
= 2,
17
// Token: 0x040013C2 RID: 5058
18
Assembly
= 3,
19
// Token: 0x040013C3 RID: 5059
20
Family
= 4,
21
// Token: 0x040013C4 RID: 5060
22
FamORAssem
= 5,
23
// Token: 0x040013C5 RID: 5061
24
Public
= 6,
25
// Token: 0x040013C6 RID: 5062
26
Static
= 16,
27
// Token: 0x040013C7 RID: 5063
28
Final
= 32,
29
// Token: 0x040013C8 RID: 5064
30
Virtual
= 64,
31
// Token: 0x040013C9 RID: 5065
32
HideBySig
= 128,
33
// Token: 0x040013CA RID: 5066
34
CheckAccessOnOverride
= 512,
35
// Token: 0x040013CB RID: 5067
36
VtableLayoutMask
= 256,
37
// Token: 0x040013CC RID: 5068
38
ReuseSlot
= 0,
39
// Token: 0x040013CD RID: 5069
40
NewSlot
= 256,
41
// Token: 0x040013CE RID: 5070
42
Abstract
= 1024,
43
// Token: 0x040013CF RID: 5071
44
SpecialName
= 2048,
45
// Token: 0x040013D0 RID: 5072
46
PinvokeImpl
= 8192,
47
// Token: 0x040013D1 RID: 5073
48
UnmanagedExport
= 8,
49
// Token: 0x040013D2 RID: 5074
50
RTSpecialName
= 4096,
51
// Token: 0x040013D3 RID: 5075
52
HasSecurity
= 16384,
53
// Token: 0x040013D4 RID: 5076
54
RequireSecObject
= 32768,
55
// Token: 0x040013D5 RID: 5077
56
ReservedMask
= 53248
57
}
58
}
System.Reflection.Assembly
Definition
Assembly.cs:19
System.Reflection.BindingFlags.Public
@ Public
System.Reflection.BindingFlags.Static
@ Static
System.Reflection.FieldAttributes.FamANDAssem
@ FamANDAssem
System.Reflection.FieldAttributes.PrivateScope
@ PrivateScope
System.Reflection.FieldAttributes.FamORAssem
@ FamORAssem
System.Reflection.FieldAttributes.PinvokeImpl
@ PinvokeImpl
System.Reflection.FieldAttributes.Family
@ Family
System.Reflection.MethodAttributes
MethodAttributes
Definition
MethodAttributes.cs:8
System.Reflection.MethodAttributes.HasSecurity
@ HasSecurity
System.Reflection.MethodAttributes.HideBySig
@ HideBySig
System.Reflection.MethodAttributes.Virtual
@ Virtual
System.Reflection.MethodAttributes.VtableLayoutMask
@ VtableLayoutMask
System.Reflection.MethodAttributes.MemberAccessMask
@ MemberAccessMask
System.Reflection.MethodAttributes.Final
@ Final
System.Reflection.MethodAttributes.CheckAccessOnOverride
@ CheckAccessOnOverride
System.Reflection.MethodAttributes.ReuseSlot
@ ReuseSlot
System.Reflection.MethodAttributes.UnmanagedExport
@ UnmanagedExport
System.Reflection.MethodAttributes.Abstract
@ Abstract
System.Reflection.MethodAttributes.RequireSecObject
@ RequireSecObject
System.Reflection.MethodAttributes.NewSlot
@ NewSlot
System.Reflection.EventAttributes.ReservedMask
@ ReservedMask
System.Reflection.EventAttributes.RTSpecialName
@ RTSpecialName
System.Reflection.EventAttributes.SpecialName
@ SpecialName
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
MethodAttributes.cs
Generated by
1.10.0