C# Класс Microsoft.Practices.Prism.MefExtensions.Modularity.ModuleExportAttribute

Наследование: System.Composition.ExportAttribute, IModuleExport
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

ModuleExportAttribute() публичный Метод

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).
Результат System

ModuleExportAttribute() публичный Метод

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).
Результат System