Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TypeAttributes
enum
System.Reflection.TypeAttributes
Enumerator
VisibilityMask
NotPublic
Public
NestedPublic
NestedPrivate
NestedFamily
NestedAssembly
NestedFamANDAssem
NestedFamORAssem
LayoutMask
AutoLayout
SequentialLayout
ExplicitLayout
ClassSemanticsMask
Class
Interface
Abstract
Sealed
SpecialName
Import
Serializable
WindowsRuntime
StringFormatMask
AnsiClass
UnicodeClass
AutoClass
CustomFormatClass
CustomFormatMask
BeforeFieldInit
RTSpecialName
HasSecurity
ReservedMask
Definition at line
4
of file
TypeAttributes.cs
.
5
{
6
VisibilityMask
= 7,
7
NotPublic
= 0,
8
Public = 1,
9
NestedPublic
= 2,
10
NestedPrivate
= 3,
11
NestedFamily
= 4,
12
NestedAssembly
= 5,
13
NestedFamANDAssem
= 6,
14
NestedFamORAssem
= 7,
15
LayoutMask
= 0x18,
16
AutoLayout
= 0,
17
SequentialLayout
= 8,
18
ExplicitLayout
= 0x10,
19
ClassSemanticsMask
= 0x20,
20
Class
= 0,
21
Interface = 0x20,
22
Abstract
= 0x80,
23
Sealed
= 0x100,
24
SpecialName
= 0x400,
25
Import
= 0x1000,
26
Serializable = 0x2000,
27
WindowsRuntime
= 0x4000,
28
StringFormatMask
= 0x30000,
29
AnsiClass
= 0,
30
UnicodeClass
= 0x10000,
31
AutoClass
= 0x20000,
32
CustomFormatClass
= 0x30000,
33
CustomFormatMask
= 0xC00000,
34
BeforeFieldInit
= 0x100000,
35
RTSpecialName
= 0x800,
36
HasSecurity
= 0x40000,
37
ReservedMask
= 0x40800
38
}
System.Reflection.TypeAttributes.VisibilityMask
@ VisibilityMask
System.Reflection.TypeAttributes.SequentialLayout
@ SequentialLayout
System.Reflection.TypeAttributes.NotPublic
@ NotPublic
System.Reflection.TypeAttributes.AutoLayout
@ AutoLayout
System.Reflection.TypeAttributes.NestedAssembly
@ NestedAssembly
System.Reflection.TypeAttributes.UnicodeClass
@ UnicodeClass
System.Reflection.TypeAttributes.NestedPrivate
@ NestedPrivate
System.Reflection.TypeAttributes.CustomFormatMask
@ CustomFormatMask
System.Reflection.TypeAttributes.LayoutMask
@ LayoutMask
System.Reflection.TypeAttributes.Import
@ Import
System.Reflection.TypeAttributes.AutoClass
@ AutoClass
System.Reflection.TypeAttributes.NestedFamily
@ NestedFamily
System.Reflection.TypeAttributes.ClassSemanticsMask
@ ClassSemanticsMask
System.Reflection.TypeAttributes.Sealed
@ Sealed
System.Reflection.TypeAttributes.Class
@ Class
System.Reflection.TypeAttributes.ExplicitLayout
@ ExplicitLayout
System.Reflection.TypeAttributes.StringFormatMask
@ StringFormatMask
System.Reflection.TypeAttributes.NestedFamORAssem
@ NestedFamORAssem
System.Reflection.TypeAttributes.CustomFormatClass
@ CustomFormatClass
System.Reflection.TypeAttributes.NestedFamANDAssem
@ NestedFamANDAssem
System.Reflection.TypeAttributes.BeforeFieldInit
@ BeforeFieldInit
System.Reflection.TypeAttributes.NestedPublic
@ NestedPublic
System.Reflection.TypeAttributes.AnsiClass
@ AnsiClass
System.Reflection.MethodAttributes.HasSecurity
@ HasSecurity
System.Reflection.MethodAttributes.Abstract
@ Abstract
System.Reflection.EventAttributes.ReservedMask
@ ReservedMask
System.Reflection.EventAttributes.RTSpecialName
@ RTSpecialName
System.Reflection.EventAttributes.SpecialName
@ SpecialName
System.Reflection.AssemblyContentType.WindowsRuntime
@ WindowsRuntime
System
Reflection
Generated by
1.10.0