ModuleLoader.

LoadModules(IEnumerable<Type>) Method

Summary

Loads modules from the specified types.
Namespace
Cake.Infrastructure.Composition
Containing Type
ModuleLoader

Syntax

public IEnumerable<ICakeModule> LoadModules(IEnumerable<Type> types)

Parameters

Name Type Description
types IEnumerable<Type> The module types to load.

Return Value

Type Description
IEnumerable<ICakeModule> An enumerable of loaded modules.