C# Class Microsoft.Practices.Prism.MefExtensions.Modularity.ModuleExportAttribute

Inheritance: System.Composition.ExportAttribute, IModuleExport
Mostrar archivo Open project: xperiandri/PortablePrism

Private Properties

Property Type Description

Public Methods

Method Description
ModuleExportAttribute ( Type moduleType ) : System

Initializes a new instance of the ModuleExportAttribute class.

ModuleExportAttribute ( string moduleName, Type moduleType ) : System

Initializes a new instance of the ModuleExportAttribute class.

Method Details

ModuleExportAttribute() public method

Initializes a new instance of the ModuleExportAttribute class.
public ModuleExportAttribute ( Type moduleType ) : System
moduleType System.Type The concrete type of the module being exported. Not typeof(IModule).
return System

ModuleExportAttribute() public method

Initializes a new instance of the ModuleExportAttribute class.
public ModuleExportAttribute ( string moduleName, Type moduleType ) : System
moduleName string The contract name of the module.
moduleType System.Type The concrete type of the module being exported. Not typeof(IModule).
return System