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

Public Member Functions

 ByteArrayMemoryProvider (ImmutableArray< byte > array)
 
override Stream GetStream (out StreamConstraints constraints)
 
AbstractMemoryBlock GetMemoryBlock ()
 
AbstractMemoryBlock GetMemoryBlock (int start, int size)
 
void Dispose ()
 

Protected Member Functions

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

Properties

override int Size [get]
 
ImmutableArray< byte > Array [get]
 
unsafe byte * Pointer [get]
 

Private Attributes

readonly ImmutableArray< byte > _array
 
PinnedObject _pinned
 

Detailed Description

Definition at line 7 of file ByteArrayMemoryProvider.cs.


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