Microsoft.Practices.Prism.MefExtensions.Modularity Namespace
| Class | Description | |
|---|---|---|
|
DownloadedPartCatalogCollection |
Holds a collection of composable part catalogs keyed by module info.
|
|
MefFileModuleTypeLoader |
Loads modules from an arbitrary location on the filesystem. This typeloader is only called if
ModuleInfo classes have a Ref parameter that starts with "file://".
This class is only used on the Desktop version of the Composite Application Library when used with Managed Extensibility Framework.
|
|
MefModuleInitializer |
Exports the ModuleInitializer using the Managed Extensibility Framework (MEF).
|
|
MefModuleManager |
Component responsible for coordinating the modules' type loading and module initialization process.
|
|
ModuleExportAttribute |
An attribute that is applied to describe the Managed Extensibility Framework export of an IModule.
|
| Interface | Description | |
|---|---|---|
|
IModuleExport |
Describe the Managed Extensibility Framework export of an IModule.
|