Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Internal.ExternalMemoryBlockProvider Class Referencesealed

Public Member Functions

unsafe ExternalMemoryBlockProvider (byte *memory, int size)
 
unsafe override Stream GetStream (out StreamConstraints constraints)
 
AbstractMemoryBlock GetMemoryBlock ()
 
AbstractMemoryBlock GetMemoryBlock (int start, int size)
 
void Dispose ()
 

Protected Member Functions

unsafe override AbstractMemoryBlock GetMemoryBlockImpl (int start, int size)
 
unsafe override void Dispose (bool disposing)
 

Properties

override int Size [get]
 
unsafe byte * Pointer [get]
 

Private Attributes

unsafe byte * _memory
 
int _size
 

Detailed Description

Definition at line 5 of file ExternalMemoryBlockProvider.cs.


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