terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Runtime.InteropServices.SafeBuffer Class Referenceabstract
+ Inheritance diagram for System.Runtime.InteropServices.SafeBuffer:

Public Member Functions

unsafe void AcquirePointer (byte *pointer)
 
void ReleasePointer ()
 
IntPtr DangerousGetHandle ()
 
void Close ()
 
void Dispose ()
 
void SetHandleAsInvalid ()
 
void DangerousAddRef (bool success)
 
void DangerousRelease ()
 

Protected Member Functions

override void Finalize ()
 
void SetHandle (IntPtr handle)
 
virtual void Dispose (bool disposing)
 
bool ReleaseHandle ()
 

Protected Attributes

IntPtr handle
 

Properties

override bool IsInvalid [get]
 
bool IsClosed [get]
 

Private Member Functions

void InternalDispose ()
 
void InternalFinalize ()
 
void DangerousReleaseInternal (bool dispose)
 

Static Private Member Functions

static InvalidOperationException NotInitialized ()
 
static SafeBuffer ()
 

Private Attributes

UIntPtr _numBytes
 
int _state
 
bool _ownsHandle
 
bool _fullyInitialized
 

Static Private Attributes

static readonly UIntPtr Uninitialized
 
const int RefCount_Mask = 2147483644
 
const int RefCount_One = 4
 

Detailed Description

Definition at line 8 of file SafeBuffer.cs.


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