Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TableIndex.cs
Go to the documentation of this file.
2
3public enum TableIndex : byte
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,
39 AssemblyOS = 34,
40 AssemblyRef = 35,
42 AssemblyRefOS = 37,
43 File = 38,
44 ExportedType = 39,
46 NestedClass = 41,
47 GenericParam = 42,
48 MethodSpec = 43,
50 Document = 48,
52 LocalScope = 50,
53 LocalVariable = 51,
54 LocalConstant = 52,
55 ImportScope = 53,
58}