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

Package Functions

 FieldTableReader (int numberOfRows, int stringHeapRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset)
 
StringHandle GetName (FieldDefinitionHandle handle)
 
FieldAttributes GetFlags (FieldDefinitionHandle handle)
 
BlobHandle GetSignature (FieldDefinitionHandle handle)
 

Package Attributes

readonly int NumberOfRows
 
readonly int RowSize
 
readonly MemoryBlock Block
 

Private Attributes

readonly bool _IsStringHeapRefSizeSmall
 
readonly bool _IsBlobHeapRefSizeSmall
 
readonly int _FlagsOffset
 
readonly int _NameOffset
 
readonly int _SignatureOffset
 

Detailed Description

Definition at line 5 of file FieldTableReader.cs.


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