ModuleCatalog.Modules Property

Gets all the ModuleInfo classes that are in the ModuleCatalog, regardless if they are within a ModuleInfoGroup or not.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Modules As IEnumerable(Of ModuleInfo)
public virtual IEnumerable<ModuleInfo> Modules { get; }
public:
virtual property IEnumerable<ModuleInfo^>^ Modules {
    IEnumerable<ModuleInfo^>^ get ();
}
function get_modules();

Field Value

The modules.

Implements

IModuleCatalog.Modules

See Also

ModuleCatalog Class

Microsoft.Practices.Composite.Modularity Namespace