Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MethodAttributes
enum
System.Reflection.MethodAttributes
Enumerator
MemberAccessMask
PrivateScope
Private
FamANDAssem
Assembly
Family
FamORAssem
Public
Static
Final
Virtual
HideBySig
CheckAccessOnOverride
VtableLayoutMask
ReuseSlot
NewSlot
Abstract
SpecialName
PinvokeImpl
UnmanagedExport
RTSpecialName
HasSecurity
RequireSecObject
ReservedMask
Definition at line
4
of file
MethodAttributes.cs
.
5
{
6
MemberAccessMask
= 7,
7
PrivateScope
= 0,
8
Private = 1,
9
FamANDAssem
= 2,
10
Assembly
= 3,
11
Family
= 4,
12
FamORAssem
= 5,
13
Public = 6,
14
Static = 0x10,
15
Final
= 0x20,
16
Virtual = 0x40,
17
HideBySig
= 0x80,
18
CheckAccessOnOverride
= 0x200,
19
VtableLayoutMask
= 0x100,
20
ReuseSlot
= 0,
21
NewSlot
= 0x100,
22
Abstract
= 0x400,
23
SpecialName
= 0x800,
24
PinvokeImpl
= 0x2000,
25
UnmanagedExport
= 8,
26
RTSpecialName
= 0x1000,
27
HasSecurity
= 0x4000,
28
RequireSecObject
= 0x8000,
29
ReservedMask
= 0xD000
30
}
System.Reflection.Assembly
Definition
Assembly.cs:16
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.HasSecurity
@ HasSecurity
System.Reflection.MethodAttributes.HideBySig
@ HideBySig
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
Generated by
1.10.0