Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
MethodDebugInformationTableReader (int numberOfRows, int documentRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
DocumentHandle | GetDocument (MethodDebugInformationHandle handle) |
BlobHandle | GetSequencePoints (MethodDebugInformationHandle handle) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Attributes | |
readonly bool | _isDocumentRefSmall |
readonly bool | _isBlobHeapRefSizeSmall |
readonly int | _sequencePointsOffset |
Definition at line 5 of file MethodDebugInformationTableReader.cs.