Click or drag to resize

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
C#
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: Type
A array of all Types that inherit from type.
See Also