System.Runtime.InteropServices.HandleCollector.HandleCollector C# (CSharp) Метод

HandleCollector() публичный Метод

public HandleCollector ( string name, int initialThreshold ) : System
name string
initialThreshold int
Результат System
        public HandleCollector( string name, int initialThreshold ) : 
            this( name, initialThreshold,  int.MaxValue) {
        }

Same methods

HandleCollector::HandleCollector ( string name, int initialThreshold, int maximumThreshold ) : System