|
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
|
Collaboration diagram for System.Runtime.InteropServices.HandleCollector:Public Member Functions | |
| HandleCollector (string name, int initialThreshold) | |
| HandleCollector (string name, int initialThreshold, int maximumThreshold) | |
| void | Add () |
| void | Remove () |
Properties | |
| int | Count [get, set] |
| int | InitialThreshold [get, set] |
| int | MaximumThreshold [get, set] |
| string | Name [get, set] |
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 9 of file HandleCollector.cs.