UnityBootstrapper.GetModuleCatalog Method

Returns the module catalog that will be used to initialize the modules.

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

Syntax

'Declaration
Protected Overridable Function GetModuleCatalog As IModuleCatalog
protected virtual IModuleCatalog GetModuleCatalog()
protected:
virtual IModuleCatalog^ GetModuleCatalog()
function getModuleCatalog();

Return Value

An instance of IModuleCatalog that will be used to initialize the modules.

Remarks

When using the default initialization behavior, this method must be overwritten by a derived class.

See Also

UnityBootstrapper Class

Microsoft.Practices.Composite.UnityExtensions Namespace