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

Package Functions

 CustomDebugInformationTableReader (int numberOfRows, bool declaredSorted, int hasCustomDebugInformationRefSize, int guidHeapRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset)
 
EntityHandle GetParent (CustomDebugInformationHandle handle)
 
GuidHandle GetKind (CustomDebugInformationHandle handle)
 
BlobHandle GetValue (CustomDebugInformationHandle handle)
 
void GetRange (EntityHandle parentHandle, out int firstImplRowId, out int lastImplRowId)
 

Package Attributes

readonly int NumberOfRows
 
readonly int RowSize
 
readonly MemoryBlock Block
 

Private Attributes

readonly bool _isHasCustomDebugInformationRefSizeSmall
 
readonly bool _isGuidHeapRefSizeSmall
 
readonly bool _isBlobHeapRefSizeSmall
 
readonly int _kindOffset
 
readonly int _valueOffset
 

Detailed Description

Definition at line 5 of file CustomDebugInformationTableReader.cs.


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