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.Composite.Modularity
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Public Interface IModuleCatalog
public interface IModuleCatalog
public interface class IModuleCatalog
Microsoft.Practices.Composite.Modularity.IModuleCatalog = function();
Microsoft.Practices.Composite.Modularity.IModuleCatalog.createInterface('Microsoft.Practices.Composite.Modularity.IModuleCatalog');

See Also

IModuleCatalog Members

Microsoft.Practices.Composite.Modularity Namespace