System.Internal.DebugHandleTracker.HandleType.HandleType C# (CSharp) Method

HandleType() public method

public HandleType ( string name ) : Microsoft.Win32
name string
return Microsoft.Win32
            public HandleType(string name) {
                this.name = name;
                this.buckets = new HandleEntry[BUCKETS];
            }