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

Package Functions

 ClassLayoutTableReader (int numberOfRows, bool declaredSorted, int typeDefTableRowRefSize, MemoryBlock containingBlock, int containingBlockOffset)
 
TypeDefinitionHandle GetParent (int rowId)
 
ushort GetPackingSize (int rowId)
 
uint GetClassSize (int rowId)
 
int FindRow (TypeDefinitionHandle typeDef)
 

Package Attributes

int NumberOfRows
 
readonly int RowSize
 
MemoryBlock Block
 

Private Member Functions

bool CheckSorted ()
 

Private Attributes

readonly bool _IsTypeDefTableRowRefSizeSmall
 
readonly int _PackagingSizeOffset
 
readonly int _ClassSizeOffset
 
readonly int _ParentOffset
 

Detailed Description

Definition at line 5 of file ClassLayoutTableReader.cs.


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