C# 클래스 Microsoft.Practices.Prism.MefExtensions.Modularity.ModuleExportAttribute

상속: System.Composition.ExportAttribute, IModuleExport
파일 보기 프로젝트 열기: xperiandri/PortablePrism

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