Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Metadata.Ecma335.CodedIndex Class Reference

Static Public Member Functions

static int HasCustomAttribute (EntityHandle handle)
 
static int HasConstant (EntityHandle handle)
 
static int CustomAttributeType (EntityHandle handle)
 
static int HasDeclSecurity (EntityHandle handle)
 
static int HasFieldMarshal (EntityHandle handle)
 
static int HasSemantics (EntityHandle handle)
 
static int Implementation (EntityHandle handle)
 
static int MemberForwarded (EntityHandle handle)
 
static int MemberRefParent (EntityHandle handle)
 
static int MethodDefOrRef (EntityHandle handle)
 
static int ResolutionScope (EntityHandle handle)
 
static int TypeDefOrRef (EntityHandle handle)
 
static int TypeDefOrRefOrSpec (EntityHandle handle)
 
static int TypeOrMethodDef (EntityHandle handle)
 
static int HasCustomDebugInformation (EntityHandle handle)
 

Private Types

enum  HasCustomAttributeTag {
  MethodDef = 0 , Field = 1 , TypeRef = 2 , TypeDef = 3 ,
  Param = 4 , InterfaceImpl = 5 , MemberRef = 6 , Module = 7 ,
  DeclSecurity = 8 , Property = 9 , Event = 10 , StandAloneSig = 11 ,
  ModuleRef = 12 , TypeSpec = 13 , Assembly = 14 , AssemblyRef = 15 ,
  File = 16 , ExportedType = 17 , ManifestResource = 18 , GenericParam = 19 ,
  GenericParamConstraint = 20 , MethodSpec = 21 , BitCount = 5
}
 
enum  HasConstantTag { Field = 0 , Param = 1 , Property = 2 , BitCount = 2 }
 
enum  CustomAttributeTypeTag { MethodDef = 2 , MemberRef = 3 , BitCount = 3 }
 
enum  HasDeclSecurityTag { TypeDef = 0 , MethodDef = 1 , Assembly = 2 , BitCount = 2 }
 
enum  HasFieldMarshalTag { Field = 0 , Param = 1 , BitCount = 1 }
 
enum  HasSemanticsTag { Event = 0 , Property = 1 , BitCount = 1 }
 
enum  ImplementationTag { File = 0 , AssemblyRef = 1 , ExportedType = 2 , BitCount = 2 }
 
enum  MemberForwardedTag { Field = 0 , MethodDef = 1 , BitCount = 1 }
 
enum  MemberRefParentTag {
  TypeDef = 0 , TypeRef = 1 , ModuleRef = 2 , MethodDef = 3 ,
  TypeSpec = 4 , BitCount = 3
}
 
enum  MethodDefOrRefTag { MethodDef = 0 , MemberRef = 1 , BitCount = 1 }
 
enum  ResolutionScopeTag {
  Module = 0 , ModuleRef = 1 , AssemblyRef = 2 , TypeRef = 3 ,
  BitCount = 2
}
 
enum  TypeDefOrRefOrSpecTag { TypeDef = 0 , TypeRef = 1 , TypeSpec = 2 , BitCount = 2 }
 
enum  TypeDefOrRefTag { TypeDef , TypeRef , BitCount }
 
enum  TypeOrMethodDefTag { TypeDef = 0 , MethodDef = 1 , BitCount = 1 }
 
enum  HasCustomDebugInformationTag {
  MethodDef = 0 , Field = 1 , TypeRef = 2 , TypeDef = 3 ,
  Param = 4 , InterfaceImpl = 5 , MemberRef = 6 , Module = 7 ,
  DeclSecurity = 8 , Property = 9 , Event = 10 , StandAloneSig = 11 ,
  ModuleRef = 12 , TypeSpec = 13 , Assembly = 14 , AssemblyRef = 15 ,
  File = 16 , ExportedType = 17 , ManifestResource = 18 , GenericParam = 19 ,
  GenericParamConstraint = 20 , MethodSpec = 21 , Document = 22 , LocalScope = 23 ,
  LocalVariable = 24 , LocalConstant = 25 , ImportScope = 26 , BitCount = 5
}
 

Static Private Member Functions

static HasCustomAttributeTag ToHasCustomAttributeTag (HandleKind kind)
 
static HasConstantTag ToHasConstantTag (HandleKind kind)
 
static CustomAttributeTypeTag ToCustomAttributeTypeTag (HandleKind kind)
 
static HasDeclSecurityTag ToHasDeclSecurityTag (HandleKind kind)
 
static HasFieldMarshalTag ToHasFieldMarshalTag (HandleKind kind)
 
static HasSemanticsTag ToHasSemanticsTag (HandleKind kind)
 
static ImplementationTag ToImplementationTag (HandleKind kind)
 
static MemberForwardedTag ToMemberForwardedTag (HandleKind kind)
 
static MemberRefParentTag ToMemberRefParentTag (HandleKind kind)
 
static MethodDefOrRefTag ToMethodDefOrRefTag (HandleKind kind)
 
static ResolutionScopeTag ToResolutionScopeTag (HandleKind kind)
 
static TypeDefOrRefOrSpecTag ToTypeDefOrRefOrSpecTag (HandleKind kind)
 
static TypeDefOrRefTag ToTypeDefOrRefTag (HandleKind kind)
 
static TypeOrMethodDefTag ToTypeOrMethodDefTag (HandleKind kind)
 
static HasCustomDebugInformationTag ToHasCustomDebugInformationTag (HandleKind kind)
 

Detailed Description

Definition at line 3 of file CodedIndex.cs.


The documentation for this class was generated from the following file: