Summary
Finds module types in the specified directory.
- Namespace
- Cake
.Infrastructure .Composition - Containing Type
- IModuleSearcher
Syntax
ICollection<Type> FindModuleTypes(DirectoryPath root, ICakeConfiguration configuration)
Parameters
| Name | Type | Description |
|---|---|---|
| root | DirectoryPath | The root directory. |
| configuration | ICakeConfiguration | The Cake configuration. |
Return Value
| Type | Description |
|---|---|
| ICollection |
A collection of module types. |
