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.Runtime.InteropServices.HandleCollector Class Referencesealed

Public Member Functions

 HandleCollector (string name, int initialThreshold)
 
 HandleCollector (string name, int initialThreshold, int maximumThreshold)
 
void Add ()
 
void Remove ()
 

Properties

int Count [get]
 
int InitialThreshold [get]
 
int MaximumThreshold [get]
 
string Name [get]
 

Private Attributes

string name
 
int initialThreshold
 
int maximumThreshold
 
int threshold
 
int handleCount
 
int[] gc_counts
 
int gc_gen
 

Static Private Attributes

const int deltaPercent = 10
 

Detailed Description

Definition at line 7 of file HandleCollector.cs.


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