Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.CriticalHandle Class Referenceabstract

Public Member Functions

void Close ()
 
void Dispose ()
 
void SetHandleAsInvalid ()
 

Protected Member Functions

 CriticalHandle (IntPtr invalidHandleValue)
 
void SetHandle (IntPtr handle)
 
virtual void Dispose (bool disposing)
 
bool ReleaseHandle ()
 

Protected Attributes

IntPtr handle
 

Properties

bool IsClosed [get]
 
bool IsInvalid [get]
 

Private Member Functions

 ~CriticalHandle ()
 
void Cleanup ()
 

Private Attributes

bool _isClosed
 

Detailed Description

Definition at line 5 of file CriticalHandle.cs.


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