terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Definition at line 7 of file HandleCollector.cs.