Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SafeChainEngineHandle () | |
IntPtr | DangerousGetHandle () |
void | Close () |
void | Dispose () |
void | SetHandleAsInvalid () |
void | DangerousAddRef (ref bool success) |
void | DangerousRelease () |
Static Public Attributes | |
static readonly SafeChainEngineHandle | MachineChainEngine = new SafeChainEngineHandle((IntPtr)1) |
static readonly SafeChainEngineHandle | UserChainEngine = new SafeChainEngineHandle((IntPtr)0) |
Protected Member Functions | |
override bool | ReleaseHandle () |
override void | Dispose (bool disposing) |
Protected Attributes | |
IntPtr | handle |
Package Functions | |
void | SetHandle (IntPtr handle) |
Properties | |
override bool | IsInvalid [get] |
bool | OwnsHandle [get] |
bool | IsClosed [get] |
Private Member Functions | |
SafeChainEngineHandle (IntPtr handle) | |
void | InternalRelease (bool disposeOrFinalizeOperation) |
Private Attributes | |
volatile int | _state |
readonly bool | _ownsHandle |
volatile bool | _fullyInitialized |
Definition at line 6 of file SafeChainEngineHandle.cs.