◆ GetAllDerivedClasses()

static List<Type> GetAllDerivedClasses ( this Type  baseClass)
static
Parameters
baseClassClass to find descendants of
Returns
A List of Types, that contains all the descendant classes found.

References ReflectionExtensions.StaticGetAllDerivedClasses().

+ Here is the call graph for this function: