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

Public Member Functions

unsafe ExternalMemoryBlock (object memoryOwner, byte *buffer, int size)
 
unsafe override void Dispose ()
 
unsafe BlobReader GetReader ()
 
virtual unsafe ImmutableArray< byte > GetContentUnchecked (int start, int length)
 

Properties

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

Private Attributes

readonly object _memoryOwner
 
unsafe byte * _buffer
 
int _size
 

Detailed Description

Definition at line 3 of file ExternalMemoryBlock.cs.


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