Enum CodedIndex
- Namespace
- AsmResolver.PE.DotNet.Metadata.Tables
- Assembly
- AsmResolver.PE.dll
Provides members defining all coded indices that can appear in the tables stream.
public enum CodedIndex
Fields
CustomAttributeType = 66
Indicates the index is an index to a member in either the MethodDef or MemberRef table.
HasConstant = 57
Indicates the index is an index to a member in either the Field, Parameter or Property table.
HasCustomAttribute = 58
Indicates the index is an index to a member in one of the following tables: MethodDef, Field, TypeRef, TypeDef, Parameter, InterfaceImpl, MemberRef, Module, DeclSecurity, Property, Event, StandAloneSig, ModuleRef, TypeSpec, Assembly, AssemblyRef, File, ExportedType, ManifestResource, GenericParam, GenericParamConstraint or MethodSpec.
HasCustomDebugInformation = 69
Indicates the index is an index to a member in one of the following tables: MethodDef, Field, TypeRef, TypeDef, Parameter, InterfaceImpl, MemberRef, Module, DeclSecurity, Property, Event, StandAloneSig, ModuleRef, TypeSpec, Assembly, AssemblyRef, File, ExportedType, ManifestResource, GenericParam, GenericParamConstraint, MethodSpec, Document, LocalScope, LocalVariable, LocalConstant, or ImportScope
HasDeclSecurity = 60
Indicates the index is an index to a member in either the TypeDef, MethodDef or Assembly table.
HasFieldMarshal = 59
Indicates the index is an index to a member in either the Field or Parameter table.
HasSemantics = 62
Indicates the index is an index to a member in either the Event or Property table.
Implementation = 65
Indicates the index is an index to a member in either the File, AssemblyRef or ExportedType table.
MemberForwarded = 64
Indicates the index is an index to a member in either the Field or MethodDef table.
MemberRefParent = 61
Indicates the index is an index to a member in either the TypeDef, TypeRef, ModuleRef, MethodDef or TypeSpec table.
MethodDefOrRef = 63
Indicates the index is an index to a member in either the MethodDef or MemberRef table.
ResolutionScope = 67
Indicates the index is an index to a member in either the Module, ModuleRef, AssemblyRef or TypeRef table.
TypeDefOrRef = 56
Indicates the index is an index to a member in either the TypeRef, TypeDef or TypeSpec table.
TypeOrMethodDef = 68
Indicates the index is an index to a member in either the TypeDef or MethodDef table.