Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
TlsContents () | |
void | Dispose () |
void | IncrementReferenceCount () |
int | DecrementReferenceCount () |
Properties | |
int | ReferenceCountValue [get] |
SafeTokenHandle | ThreadHandle [get] |
bool | IsImpersonating [get] |
Private Member Functions | |
~TlsContents () | |
void | Dispose (bool disposing) |
Private Attributes | |
bool | disposed |
int | referenceCount = 1 |
SafeTokenHandle | threadHandle = new SafeTokenHandle(IntPtr.Zero) |
readonly bool | isImpersonating |
Static Private Attributes | |
static volatile SafeTokenHandle | processHandle = new SafeTokenHandle(IntPtr.Zero) |
static readonly object | syncRoot = new object() |
Definition at line 12 of file Privilege.cs.