ModuleInfoGroup Class

Represents a group of ModuleInfo instances that are usually deployed together. ModuleInfoGroups are also used by the ModuleCatalog to prevent common deployment problems such as having a module that's required at startup that depends on modules that will only be downloaded on demand. The group also forwards Ref and InitializationMode values to the ModuleInfos that it contains.

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

Syntax

public class ModuleInfoGroup : IModuleCatalogItem, 
    IList<ModuleInfo>, ICollection<ModuleInfo>, IEnumerable<ModuleInfo>, 
    IList, ICollection, IEnumerable
'Declaration
Public Class ModuleInfoGroup _
    Implements IModuleCatalogItem, IList(Of ModuleInfo),  _
    ICollection(Of ModuleInfo), IEnumerable(Of ModuleInfo), IList,  _
    ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Modularity.ModuleInfoGroup

See Also

ModuleInfoGroup Members

Microsoft.Practices.Prism.Modularity Namespace