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 void GetDerivedTypes(this Type baseType, ICollection<Type> derivedTypes, bool includeBase = true)
Parameters
Name | Type | Description |
---|---|---|
baseType | Type | |
derivedTypes | ICollection |
|
includeBase | bool |
Return Value
Type | Description |
---|---|
void |