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

Static Public Member Functions

static int GetRowNumber (this MetadataReader reader, EntityHandle handle)
 
static int GetHeapOffset (this MetadataReader reader, Handle handle)
 
static int GetToken (this MetadataReader reader, EntityHandle handle)
 
static int GetToken (this MetadataReader reader, Handle handle)
 
static int GetRowNumber (EntityHandle handle)
 
static int GetHeapOffset (Handle handle)
 
static int GetHeapOffset (BlobHandle handle)
 
static int GetHeapOffset (GuidHandle handle)
 
static int GetHeapOffset (UserStringHandle handle)
 
static int GetHeapOffset (StringHandle handle)
 
static int GetToken (Handle handle)
 
static int GetToken (EntityHandle handle)
 
static bool TryGetTableIndex (HandleKind type, out TableIndex index)
 
static bool TryGetHeapIndex (HandleKind type, out HeapIndex index)
 
static Handle Handle (int token)
 
static EntityHandle EntityHandle (int token)
 
static EntityHandle EntityHandle (TableIndex tableIndex, int rowNumber)
 
static EntityHandle Handle (TableIndex tableIndex, int rowNumber)
 
static MethodDefinitionHandle MethodDefinitionHandle (int rowNumber)
 
static MethodImplementationHandle MethodImplementationHandle (int rowNumber)
 
static MethodSpecificationHandle MethodSpecificationHandle (int rowNumber)
 
static TypeDefinitionHandle TypeDefinitionHandle (int rowNumber)
 
static ExportedTypeHandle ExportedTypeHandle (int rowNumber)
 
static TypeReferenceHandle TypeReferenceHandle (int rowNumber)
 
static TypeSpecificationHandle TypeSpecificationHandle (int rowNumber)
 
static InterfaceImplementationHandle InterfaceImplementationHandle (int rowNumber)
 
static MemberReferenceHandle MemberReferenceHandle (int rowNumber)
 
static FieldDefinitionHandle FieldDefinitionHandle (int rowNumber)
 
static EventDefinitionHandle EventDefinitionHandle (int rowNumber)
 
static PropertyDefinitionHandle PropertyDefinitionHandle (int rowNumber)
 
static StandaloneSignatureHandle StandaloneSignatureHandle (int rowNumber)
 
static ParameterHandle ParameterHandle (int rowNumber)
 
static GenericParameterHandle GenericParameterHandle (int rowNumber)
 
static GenericParameterConstraintHandle GenericParameterConstraintHandle (int rowNumber)
 
static ModuleReferenceHandle ModuleReferenceHandle (int rowNumber)
 
static AssemblyReferenceHandle AssemblyReferenceHandle (int rowNumber)
 
static CustomAttributeHandle CustomAttributeHandle (int rowNumber)
 
static DeclarativeSecurityAttributeHandle DeclarativeSecurityAttributeHandle (int rowNumber)
 
static ConstantHandle ConstantHandle (int rowNumber)
 
static ManifestResourceHandle ManifestResourceHandle (int rowNumber)
 
static AssemblyFileHandle AssemblyFileHandle (int rowNumber)
 
static DocumentHandle DocumentHandle (int rowNumber)
 
static MethodDebugInformationHandle MethodDebugInformationHandle (int rowNumber)
 
static LocalScopeHandle LocalScopeHandle (int rowNumber)
 
static LocalVariableHandle LocalVariableHandle (int rowNumber)
 
static LocalConstantHandle LocalConstantHandle (int rowNumber)
 
static ImportScopeHandle ImportScopeHandle (int rowNumber)
 
static CustomDebugInformationHandle CustomDebugInformationHandle (int rowNumber)
 
static UserStringHandle UserStringHandle (int offset)
 
static StringHandle StringHandle (int offset)
 
static BlobHandle BlobHandle (int offset)
 
static GuidHandle GuidHandle (int offset)
 
static DocumentNameBlobHandle DocumentNameBlobHandle (int offset)
 

Static Public Attributes

static readonly int TableCount = 64
 
static readonly int HeapCount = 4
 

Static Private Member Functions

static int MapVirtualHandleRowId (MetadataReader reader, Handle handle)
 
static int ToRowId (int rowNumber)
 

Detailed Description

Definition at line 3 of file MetadataTokens.cs.


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