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

Static Public Member Functions

static int GetTableRowCount (this MetadataReader reader, TableIndex tableIndex)
 
static int GetTableRowSize (this MetadataReader reader, TableIndex tableIndex)
 
static unsafe int GetTableMetadataOffset (this MetadataReader reader, TableIndex tableIndex)
 
static int GetHeapSize (this MetadataReader reader, HeapIndex heapIndex)
 
static unsafe int GetHeapMetadataOffset (this MetadataReader reader, HeapIndex heapIndex)
 
static UserStringHandle GetNextHandle (this MetadataReader reader, UserStringHandle handle)
 
static BlobHandle GetNextHandle (this MetadataReader reader, BlobHandle handle)
 
static StringHandle GetNextHandle (this MetadataReader reader, StringHandle handle)
 
static IEnumerable< EditAndContinueLogEntryGetEditAndContinueLogEntries (this MetadataReader reader)
 
static IEnumerable< EntityHandleGetEditAndContinueMapEntries (this MetadataReader reader)
 
static IEnumerable< TypeDefinitionHandleGetTypesWithProperties (this MetadataReader reader)
 
static IEnumerable< TypeDefinitionHandleGetTypesWithEvents (this MetadataReader reader)
 
static SignatureTypeKind ResolveSignatureTypeKind (this MetadataReader reader, EntityHandle typeHandle, byte rawTypeKind)
 

Static Private Member Functions

static MemoryBlock GetTableMetadataBlock (this MetadataReader reader, TableIndex tableIndex)
 
static MemoryBlock GetMetadataBlock (this MetadataReader reader, HeapIndex heapIndex)
 

Detailed Description

Definition at line 6 of file MetadataReaderExtensions.cs.


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