◆ StaticGetAllDerivedClasses()

static List<Type> StaticGetAllDerivedClasses ( Type  baseClass,
bool  sortResult = false,
bool  sortByNameNotFullName = true 
)
static
Parameters
baseClassThis is a system.Type variable that defines the particular type of object we want to find Derivatives of. If null is passed, will find all classes.
sortResultShould the list be sorted before it its returned
sortByNameNotFullNameIf the list is to be sorted, should it sort by Name or FullName
Returns
A list of all the derived types found.

Referenced by ReflectionExtensions.GetAllDerivedClasses(), and EditorUtil.TypePopup().

+ Here is the caller graph for this function: