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
◆
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
7
of file
TypeAttributes.cs
.
8
{
9
// Token: 0x0400141E RID: 5150
10
VisibilityMask
= 7,
11
// Token: 0x0400141F RID: 5151
12
NotPublic
= 0,
13
// Token: 0x04001420 RID: 5152
14
Public
= 1,
15
// Token: 0x04001421 RID: 5153
16
NestedPublic
= 2,
17
// Token: 0x04001422 RID: 5154
18
NestedPrivate
= 3,
19
// Token: 0x04001423 RID: 5155
20
NestedFamily
= 4,
21
// Token: 0x04001424 RID: 5156
22
NestedAssembly
= 5,
23
// Token: 0x04001425 RID: 5157
24
NestedFamANDAssem
= 6,
25
// Token: 0x04001426 RID: 5158
26
NestedFamORAssem
= 7,
27
// Token: 0x04001427 RID: 5159
28
LayoutMask
= 24,
29
// Token: 0x04001428 RID: 5160
30
AutoLayout
= 0,
31
// Token: 0x04001429 RID: 5161
32
SequentialLayout
= 8,
33
// Token: 0x0400142A RID: 5162
34
ExplicitLayout
= 16,
35
// Token: 0x0400142B RID: 5163
36
ClassSemanticsMask
= 32,
37
// Token: 0x0400142C RID: 5164
38
Class
= 0,
39
// Token: 0x0400142D RID: 5165
40
Interface = 32,
41
// Token: 0x0400142E RID: 5166
42
Abstract
= 128,
43
// Token: 0x0400142F RID: 5167
44
Sealed
= 256,
45
// Token: 0x04001430 RID: 5168
46
SpecialName
= 1024,
47
// Token: 0x04001431 RID: 5169
48
Import
= 4096,
49
// Token: 0x04001432 RID: 5170
50
Serializable
= 8192,
51
// Token: 0x04001433 RID: 5171
52
WindowsRuntime
= 16384,
53
// Token: 0x04001434 RID: 5172
54
StringFormatMask
= 196608,
55
// Token: 0x04001435 RID: 5173
56
AnsiClass
= 0,
57
// Token: 0x04001436 RID: 5174
58
UnicodeClass
= 65536,
59
// Token: 0x04001437 RID: 5175
60
AutoClass
= 131072,
61
// Token: 0x04001438 RID: 5176
62
CustomFormatClass
= 196608,
63
// Token: 0x04001439 RID: 5177
64
CustomFormatMask
= 12582912,
65
// Token: 0x0400143A RID: 5178
66
BeforeFieldInit
= 1048576,
67
// Token: 0x0400143B RID: 5179
68
RTSpecialName
= 2048,
69
// Token: 0x0400143C RID: 5180
70
HasSecurity
= 262144,
71
// Token: 0x0400143D RID: 5181
72
ReservedMask
= 264192
73
}
System.Reflection.BindingFlags.Public
@ Public
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.Serializable
@ Serializable
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.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.AttributeTargets.Class
@ Class
System
Reflection
Generated by
1.10.0