Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodAttributes.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
MethodAttributes
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.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.Private
@ Private
System.Reflection.FieldAttributes.PinvokeImpl
@ PinvokeImpl
System.Reflection.FieldAttributes.Family
@ Family
System.Reflection.MethodAttributes
MethodAttributes
Definition
MethodAttributes.cs:5
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
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
MethodAttributes.cs
Generated by
1.10.0