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

Package Functions

 CustomAttributeTableReader (int numberOfRows, bool declaredSorted, int hasCustomAttributeRefSize, int customAttributeTypeRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset)
 
EntityHandle GetParent (CustomAttributeHandle handle)
 
EntityHandle GetConstructor (CustomAttributeHandle handle)
 
BlobHandle GetValue (CustomAttributeHandle handle)
 
void GetAttributeRange (EntityHandle parentHandle, out int firstImplRowId, out int lastImplRowId)
 

Package Attributes

readonly int NumberOfRows
 
readonly int RowSize
 
readonly MemoryBlock Block
 
readonly? int[] PtrTable
 

Private Member Functions

bool CheckSorted ()
 

Private Attributes

readonly bool _IsHasCustomAttributeRefSizeSmall
 
readonly bool _IsCustomAttributeTypeRefSizeSmall
 
readonly bool _IsBlobHeapRefSizeSmall
 
readonly int _ParentOffset
 
readonly int _TypeOffset
 
readonly int _ValueOffset
 

Detailed Description

Definition at line 5 of file CustomAttributeTableReader.cs.


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