Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.PortableExecutable.PEMemoryBlock Struct Reference

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
 

Detailed Description

Definition at line 7 of file PEMemoryBlock.cs.


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