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