Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
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

int _threshold
 
int _handleCount
 
readonly int[] _gcCounts = new int[3]
 
int _gcGeneration
 

Detailed Description

Definition at line 5 of file HandleCollector.cs.


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