IModuleSearcher.

FindModuleTypes(DirectoryPath, ICakeConfiguration) Method

Summary

Finds module types in the specified directory.

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<Type> A collection of module types.