System.Reflection.Metadata.Ecma335.TableIndex
namespace System.Reflection.Metadata.Ecma335
{
public enum TableIndex : byte
{
Module = 0,
TypeRef = 1,
TypeDef = 2,
FieldPtr = 3,
Field = 4,
MethodPtr = 5,
MethodDef = 6,
ParamPtr = 7,
Param = 8,
InterfaceImpl = 9,
MemberRef = 10,
Constant = 11,
CustomAttribute = 12,
FieldMarshal = 13,
DeclSecurity = 14,
ClassLayout = 15,
FieldLayout = 16,
StandAloneSig = 17,
EventMap = 18,
EventPtr = 19,
Event = 20,
PropertyMap = 21,
PropertyPtr = 22,
Property = 23,
MethodSemantics = 24,
MethodImpl = 25,
ModuleRef = 26,
TypeSpec = 27,
ImplMap = 28,
FieldRva = 29,
EncLog = 30,
EncMap = 31,
Assembly = 32,
AssemblyProcessor = 33,
AssemblyOS = 34,
AssemblyRef = 35,
AssemblyRefProcessor = 36,
AssemblyRefOS = 37,
File = 38,
ExportedType = 39,
ManifestResource = 40,
NestedClass = 41,
GenericParam = 42,
MethodSpec = 43,
GenericParamConstraint = 44,
Document = 48,
MethodDebugInformation = 49,
LocalScope = 50,
LocalVariable = 51,
LocalConstant = 52,
ImportScope = 53,
StateMachineMethod = 54,
CustomDebugInformation = 55
}
}