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

Inheritance: System.Composition.ExportAttribute, IModuleExport
Afficher le fichier Open project: xperiandri/PortablePrism

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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).
Résultat System

ModuleExportAttribute() public méthode

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).
Résultat System