|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| unsafe BlobReader | GetReader () |
| unsafe BlobReader | GetReader (int start, int length) |
| ImmutableArray< byte > | GetContent () |
| ImmutableArray< byte > | GetContent (int start, int length) |
Package Functions | |
| PEMemoryBlock (AbstractMemoryBlock block, int offset=0) | |
Properties | |
| unsafe byte * | Pointer [get] |
| int | Length [get] |
Private Attributes | |
| readonly AbstractMemoryBlock | _block |
| readonly int | _offset |
Definition at line 7 of file PEMemoryBlock.cs.