MefModuleManager.ModuleTypeLoaders Property
Returns the list of registered IModuleTypeLoader instances that will be used to load the types of modules.
Namespace: Microsoft.Practices.Prism.MefExtensions.Modularity
Assembly: Microsoft.Practices.Prism.MefExtensions (in Microsoft.Practices.Prism.MefExtensions.dll)
Syntax
public override IEnumerable<IModuleTypeLoader> ModuleTypeLoaders { get; set; }
'Declaration
Public Overrides Property ModuleTypeLoaders As IEnumerable(Of IModuleTypeLoader)
Get
Set
Field Value
A collection of module type loaders.
See Also
Microsoft.Practices.Prism.MefExtensions.Modularity Namespace