Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
MetadataTokenType.cs
Go to the documentation of this file.
1namespace System.Reflection;
2
3internal enum MetadataTokenType
4{
5 Module = 0,
6 TypeRef = 16777216,
7 TypeDef = 33554432,
8 FieldDef = 67108864,
9 MethodDef = 100663296,
10 ParamDef = 134217728,
11 InterfaceImpl = 150994944,
12 MemberRef = 167772160,
13 CustomAttribute = 201326592,
14 Permission = 234881024,
15 Signature = 285212672,
16 Event = 335544320,
17 Property = 385875968,
18 ModuleRef = 436207616,
19 TypeSpec = 452984832,
20 Assembly = 536870912,
21 AssemblyRef = 587202560,
22 File = 637534208,
23 ExportedType = 654311424,
24 ManifestResource = 671088640,
25 GenericPar = 704643072,
26 MethodSpec = 721420288,
27 String = 1879048192,
28 Name = 1895825408,
29 BaseType = 1912602624,
30 Invalid = int.MaxValue
31}