ModuleCatalog.CompleteListWithDependencies Method

Returns a list of ModuleInfos that contain both the ModuleInfos in modules, but also all the modules they depend on.

Namespace:  Microsoft.Practices.Composite.Modularity
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Public Overridable Function CompleteListWithDependencies ( _
    modules As IEnumerable(Of ModuleInfo) _
) As IEnumerable(Of ModuleInfo)
public virtual IEnumerable<ModuleInfo> CompleteListWithDependencies(
    IEnumerable<ModuleInfo> modules
)
public:
virtual IEnumerable<ModuleInfo^>^ CompleteListWithDependencies(
    IEnumerable<ModuleInfo^>^ modules
)
function completeListWithDependencies(modules);

Parameters

Return Value

A list of ModuleInfo that contains both all ModuleInfos in modules but also all the ModuleInfo they depend on.

Implements

IModuleCatalog.CompleteListWithDependencies(IEnumerable<ModuleInfo>)

See Also

ModuleCatalog Class

Microsoft.Practices.Composite.Modularity Namespace