Share via


IModuleCatalog Interface

This is the expected catalog definition for the ModuleManager. The ModuleCatalog holds information about the modules that can be used by the application. Each module is described in a ModuleInfo class, that records the name, type and location of the module.

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

Syntax

public interface IModuleCatalog
'Declaration
Public Interface IModuleCatalog

See Also

IModuleCatalog Members

Microsoft.Practices.Prism.Modularity Namespace