terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.GC Class Reference

Static Public Member Functions

static void Collect (int generation)
 
static void Collect (int generation, GCCollectionMode mode)
 
static void Collect (int generation, GCCollectionMode mode, bool blocking)
 
static void Collect (int generation, GCCollectionMode mode, bool blocking, bool compacting)
 
static int CollectionCount (int generation)
 
static void KeepAlive (object obj)
 
static void SuppressFinalize (object obj)
 
static void ReRegisterForFinalize (object obj)
 
static long GetTotalMemory (bool forceFullCollection)
 

Static Package Functions

static void register_ephemeron_array (Ephemeron[] array)
 
static void GetMemoryInfo ([Out] uint highMemLoadThreshold, [Out] ulong totalPhysicalMem, [Out] uint lastRecordedMemLoad, [Out] UIntPtr lastRecordedHeapSize, [Out] UIntPtr lastRecordedFragmentation)
 

Static Package Attributes

static readonly object EPHEMERON_TOMBSTONE
 

Static Private Member Functions

static int GetCollectionCount (int generation)
 
static void InternalCollect (int generation)
 
static object get_ephemeron_tombstone ()
 
static void _SuppressFinalize (object o)
 
static void _ReRegisterForFinalize (object o)
 
static GC ()
 

Detailed Description

Definition at line 10 of file GC.cs.


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