Method GetTypesInAllDependentAssemblies
GetTypesInAllDependentAssemblies(Predicate<Type>)
Search all assemblies for all types that match a predicate
Declaration
public static IEnumerable<Type> GetTypesInAllDependentAssemblies(Predicate<Type> predicate)
Parameters
| Type | Name | Description |
|---|---|---|
| Predicate<Type> | predicate | The type to look for |
Returns
| Type | Description |
|---|---|
| IEnumerable<Type> | A list of types found in the assembly that inherit from the predicate |