ModuleCatalog.InnerLoad Method

Does the actual work of loading the catalog. The base implementation does nothing.

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

Syntax

'Declaration
Protected Overridable Sub InnerLoad
protected virtual void InnerLoad()
protected:
virtual void InnerLoad()
function innerLoad();

See Also

ModuleCatalog Class

Microsoft.Practices.Composite.Modularity Namespace