Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Threading.Thread.LocalDataStore Class Reference

Static Public Member Functions

static LocalDataStoreSlot AllocateSlot ()
 
static LocalDataStoreSlot AllocateNamedSlot (string name)
 
static LocalDataStoreSlot GetNamedSlot (string name)
 
static void FreeNamedSlot (string name)
 
static object GetData (LocalDataStoreSlot slot)
 
static void SetData (LocalDataStoreSlot slot, object value)
 

Static Private Member Functions

static Dictionary< string, LocalDataStoreSlotEnsureNameToSlotMap ()
 
static ThreadLocal< object > GetThreadLocal (LocalDataStoreSlot slot)
 

Static Private Attributes

static Dictionary< string, LocalDataStoreSlots_nameToSlotMap
 

Detailed Description

Definition at line 85 of file Thread.cs.


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