terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Threading.Volatile Class Reference
+ Collaboration diagram for System.Threading.Volatile:

Classes

struct  VolatileBoolean
 
struct  VolatileInt32
 
struct  VolatileObject
 

Static Public Member Functions

static bool Read (ref bool location)
 
static int Read (ref int location)
 
static void Write (ref int location, int value)
 
static T Read< T > (ref T location)
 
static void Write< T > (ref T location, T value)
 

Detailed Description

Definition at line 9 of file Volatile.cs.


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