UtilityFindAllDerivedTypes Method |
This helper functions returns all Type's that inherit from the given type.
Namespace:
IBM.Watson.DeveloperCloud.Utilities
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Type[] FindAllDerivedTypes(
Type type
)
Parameters
- type
- Type: SystemType
The Type to find all types that inherit from the given type.
Return Value
Type:
TypeA array of all Types that inherit from type.
See Also