(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / Mono.PEToolkit / metadata / TableId.cs
blobbd0b1d06abec7da1302d833a941cc10039ea07d6
1 // Auto-generated file - DO NOT EDIT!
2 // Please edit md-schema.xml or table-id.xsl if you want to make changes.
4 using System;
6 namespace Mono.PEToolkit.Metadata {
9 /// <summary>
10 /// Identifiers for tables in #~ heap.
11 /// </summary>
12 /// <remarks>
13 /// Partition II, 21.x
14 /// </remarks>
15 public enum TableId {
16 Module = 0x00,
17 TypeRef = 0x01,
18 TypeDef = 0x02,
19 FieldPtr = 0x03,
20 Field = 0x04,
21 MethodPtr = 0x05,
22 Method = 0x06,
23 ParamPtr = 0x07,
24 Param = 0x08,
25 InterfaceImpl = 0x09,
26 MemberRef = 0x0a,
27 Constant = 0x0b,
28 CustomAttribute = 0x0c,
29 FieldMarshal = 0x0d,
30 DeclSecurity = 0x0e,
31 ClassLayout = 0x0f,
32 FieldLayout = 0x10,
33 StandAloneSig = 0x11,
34 EventMap = 0x12,
35 EventPtr = 0x13,
36 Event = 0x14,
37 PropertyMap = 0x15,
38 PropertyPtr = 0x16,
39 Property = 0x17,
40 MethodSemantics = 0x18,
41 MethodImpl = 0x19,
42 ModuleRef = 0x1a,
43 TypeSpec = 0x1b,
44 ImplMap = 0x1c,
45 FieldRVA = 0x1d,
46 ENCLog = 0x1e,
47 ENCMap = 0x1f,
48 Assembly = 0x20,
49 AssemblyProcessor = 0x21,
50 AssemblyOS = 0x22,
51 AssemblyRef = 0x23,
52 AssemblyRefProcessor = 0x24,
53 AssemblyRefOS = 0x25,
54 File = 0x26,
55 ExportedType = 0x27,
56 ManifestResource = 0x28,
57 NestedClass = 0x29,
58 TypeTyPar = 0x2a,
59 MethodTyPar = 0x2b,
61 MAX = MethodTyPar,
62 Count = MAX + 1