IGUtils.

GetDerivedTypes(Type, bool) Method

Summary

Gets all non-abstract types in the currently loaded assemblies which derive from the specified base type (including the base type itself if it is not abstract).
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static List<Type> GetDerivedTypes(this Type baseType, bool includeBase = true)

Parameters

Name Type Description
baseType Type
includeBase bool

Return Value

Type Description
List<Type>