Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.AccessControl.Privilege.TlsContents Class Referencesealed

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()
 

Detailed Description

Definition at line 12 of file Privilege.cs.


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