C# 클래스 UnityMefIntegrationDemo.CoreComponent

Simulates some core component that has dependencies injected by MEF during resolving an instance via Unity.
상속: IPartImportsSatisfiedNotification
파일 보기 프로젝트 열기: pwlodek/CodeGallery

공개 메소드들

메소드 설명
CoreComponent ( [ mefService3, ICoreService coreService ) : System
FooBar ( ) : void

비공개 메소드들

메소드 설명
IPartImportsSatisfiedNotification ( ) : void

메소드 상세

CoreComponent() 공개 메소드

public CoreComponent ( [ mefService3, ICoreService coreService ) : System
mefService3 [
coreService ICoreService
리턴 System

FooBar() 공개 메소드

public FooBar ( ) : void
리턴 void