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