An NDoc Documented Class Library

HandleCollector.RegisteredHandleTypes Property

Returns a Hashtable copy of all the currently registered handle types

public static System.Collections.Hashtable RegisteredHandleTypes {get;}

Remarks

The key is the string representation of the name The value is the corresponding HandleCollector.RegisteredHandleType type

Exceptions

Exception TypeCondition
WindowsFormsNotInitializedExceptionOccurrs any time the HandleCollector is used before Forms has initialized it's internal HandleCollector

See Also

HandleCollector Class | HandleCollector Members | Genghis.Windows.Forms Namespace