Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TableIndex
enum
System.Reflection.Metadata.Ecma335.TableIndex
: byte
Enumerator
Module
TypeRef
TypeDef
FieldPtr
Field
MethodPtr
MethodDef
ParamPtr
Param
InterfaceImpl
MemberRef
Constant
CustomAttribute
FieldMarshal
DeclSecurity
ClassLayout
FieldLayout
StandAloneSig
EventMap
EventPtr
Event
PropertyMap
PropertyPtr
Property
MethodSemantics
MethodImpl
ModuleRef
TypeSpec
ImplMap
FieldRva
EncLog
EncMap
Assembly
AssemblyProcessor
AssemblyOS
AssemblyRef
AssemblyRefProcessor
AssemblyRefOS
File
ExportedType
ManifestResource
NestedClass
GenericParam
MethodSpec
GenericParamConstraint
Document
MethodDebugInformation
LocalScope
LocalVariable
LocalConstant
ImportScope
StateMachineMethod
CustomDebugInformation
Definition at line
3
of file
TableIndex.cs
.
4
{
5
Module
= 0,
6
TypeRef
= 1,
7
TypeDef
= 2,
8
FieldPtr
= 3,
9
Field
= 4,
10
MethodPtr
= 5,
11
MethodDef
= 6,
12
ParamPtr
= 7,
13
Param = 8,
14
InterfaceImpl
= 9,
15
MemberRef
= 10,
16
Constant
= 11,
17
CustomAttribute
= 12,
18
FieldMarshal
= 13,
19
DeclSecurity
= 14,
20
ClassLayout
= 15,
21
FieldLayout
= 16,
22
StandAloneSig
= 17,
23
EventMap
= 18,
24
EventPtr
= 19,
25
Event = 20,
26
PropertyMap
= 21,
27
PropertyPtr
= 22,
28
Property
= 23,
29
MethodSemantics
= 24,
30
MethodImpl
= 25,
31
ModuleRef
= 26,
32
TypeSpec
= 27,
33
ImplMap
= 28,
34
FieldRva
= 29,
35
EncLog
= 30,
36
EncMap
= 31,
37
Assembly
= 32,
38
AssemblyProcessor
= 33,
39
AssemblyOS
= 34,
40
AssemblyRef
= 35,
41
AssemblyRefProcessor
= 36,
42
AssemblyRefOS
= 37,
43
File
= 38,
44
ExportedType
= 39,
45
ManifestResource
= 40,
46
NestedClass
= 41,
47
GenericParam
= 42,
48
MethodSpec
= 43,
49
GenericParamConstraint
= 44,
50
Document
= 48,
51
MethodDebugInformation
= 49,
52
LocalScope
= 50,
53
LocalVariable
= 51,
54
LocalConstant
= 52,
55
ImportScope
= 53,
56
StateMachineMethod
= 54,
57
CustomDebugInformation
= 55
58
}
System.Reflection.Assembly
Definition
Assembly.cs:16
System.Reflection.Module
Definition
Module.cs:9
System.Reflection.Metadata.Ecma335.TableIndex.StandAloneSig
@ StandAloneSig
System.Reflection.Metadata.Ecma335.TableIndex.AssemblyRefProcessor
@ AssemblyRefProcessor
System.Reflection.Metadata.Ecma335.TableIndex.MethodSemantics
@ MethodSemantics
System.Reflection.Metadata.Ecma335.TableIndex.GenericParamConstraint
@ GenericParamConstraint
System.Reflection.Metadata.Ecma335.TableIndex.EventPtr
@ EventPtr
System.Reflection.Metadata.Ecma335.TableIndex.FieldMarshal
@ FieldMarshal
System.Reflection.Metadata.Ecma335.TableIndex.AssemblyOS
@ AssemblyOS
System.Reflection.Metadata.Ecma335.TableIndex.FieldRva
@ FieldRva
System.Reflection.Metadata.Ecma335.TableIndex.FieldPtr
@ FieldPtr
System.Reflection.Metadata.Ecma335.TableIndex.DeclSecurity
@ DeclSecurity
System.Reflection.Metadata.Ecma335.TableIndex.AssemblyProcessor
@ AssemblyProcessor
System.Reflection.Metadata.Ecma335.TableIndex.EventMap
@ EventMap
System.Reflection.Metadata.Ecma335.TableIndex.EncMap
@ EncMap
System.Reflection.Metadata.Ecma335.TableIndex.ParamPtr
@ ParamPtr
System.Reflection.Metadata.Ecma335.TableIndex.NestedClass
@ NestedClass
System.Reflection.Metadata.Ecma335.TableIndex.GenericParam
@ GenericParam
System.Reflection.Metadata.Ecma335.TableIndex.PropertyMap
@ PropertyMap
System.Reflection.Metadata.Ecma335.TableIndex.PropertyPtr
@ PropertyPtr
System.Reflection.Metadata.Ecma335.TableIndex.MethodPtr
@ MethodPtr
System.Reflection.Metadata.Ecma335.TableIndex.StateMachineMethod
@ StateMachineMethod
System.Reflection.Metadata.Ecma335.TableIndex.MethodImpl
@ MethodImpl
System.Reflection.Metadata.Ecma335.TableIndex.EncLog
@ EncLog
System.Reflection.Metadata.Ecma335.TableIndex.FieldLayout
@ FieldLayout
System.Reflection.Metadata.Ecma335.TableIndex.ClassLayout
@ ClassLayout
System.Reflection.Metadata.Ecma335.TableIndex.AssemblyRefOS
@ AssemblyRefOS
System.Reflection.Metadata.Ecma335.TableIndex.ImplMap
@ ImplMap
System.Reflection.MetadataTokenType.File
@ File
System.Reflection.MetadataTokenType.ModuleRef
@ ModuleRef
System.Reflection.MetadataTokenType.MemberRef
@ MemberRef
System.Reflection.MetadataTokenType.TypeRef
@ TypeRef
System.Reflection.MetadataTokenType.MethodSpec
@ MethodSpec
System.Reflection.MetadataTokenType.AssemblyRef
@ AssemblyRef
System.Reflection.MetadataTokenType.TypeSpec
@ TypeSpec
System.Reflection.MetadataTokenType.InterfaceImpl
@ InterfaceImpl
System.Reflection.MetadataTokenType.TypeDef
@ TypeDef
System.Reflection.MetadataTokenType.MethodDef
@ MethodDef
System.Reflection.CustomAttributeEncoding.Property
@ Property
System.Reflection.CustomAttributeEncoding.Field
@ Field
System.Reflection.Metadata.Constant
Definition
Constant.cs:4
System.Reflection.Metadata.CustomAttribute
Definition
CustomAttribute.cs:6
System.Reflection.Metadata.CustomDebugInformation
Definition
CustomDebugInformation.cs:4
System.Reflection.Metadata.Document
Definition
Document.cs:4
System.Reflection.Metadata.ExportedType
Definition
ExportedType.cs:4
System.Reflection.Metadata.ImportScope
Definition
ImportScope.cs:4
System.Reflection.Metadata.LocalConstant
Definition
LocalConstant.cs:4
System.Reflection.Metadata.LocalScope
Definition
LocalScope.cs:4
System.Reflection.Metadata.LocalVariable
Definition
LocalVariable.cs:4
System.Reflection.Metadata.ManifestResource
Definition
ManifestResource.cs:4
System.Reflection.Metadata.MethodDebugInformation
Definition
MethodDebugInformation.cs:4
System
Reflection
Metadata
Ecma335
Generated by
1.10.0