System.Runtime.InteropServices.HandleCollector.HandleCollector C# (CSharp) Method

HandleCollector() public method

public HandleCollector ( string name, int initialThreshold ) : System
name string
initialThreshold int
return System
        public HandleCollector( string name, int initialThreshold ) : 
            this( name, initialThreshold,  int.MaxValue) {
        }

Same methods

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