Summary
Gets all non-abstract types in the currently loaded assemblies which derive from the specified base type
(starting with the base type itself if it isn't abstract).
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
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 |