Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file CriticalHandle.cs.