Share via


ModuleCatalog.GetDependentModules Method

Return the list of ModuleInfos that moduleInfo depends on.

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

Syntax

public virtual IEnumerable<ModuleInfo> GetDependentModules(
    ModuleInfo moduleInfo
)
'Declaration
Public Overridable Function GetDependentModules ( _
    moduleInfo As ModuleInfo _
) As IEnumerable(Of ModuleInfo)

Parameters

Return Value

An enumeration of ModuleInfo that moduleInfo depends on.

Implements

IModuleCatalog.GetDependentModules(ModuleInfo)

Remarks

If the ModuleCatalog was not yet validated, this method will call Validate().

See Also

ModuleCatalog Class

Microsoft.Practices.Prism.Modularity Namespace