Share via


IModuleExport Interface

Describe the Managed Extensibility Framework export of an IModule.

Namespace:  Microsoft.Practices.Prism.MefExtensions.Modularity
Assembly:  Microsoft.Practices.Prism.MefExtensions (in Microsoft.Practices.Prism.MefExtensions.dll)

Syntax

public interface IModuleExport
'Declaration
Public Interface IModuleExport

Remarks

This interface is used when importing classes exported with the ModuleExportAttribute. This interface and the ModuleExport class properties should match.

See Also

IModuleExport Members

Microsoft.Practices.Prism.MefExtensions.Modularity Namespace