C# 클래스 Caliburn.Micro.ViewFirst.MefBootstrapper

상속: Bootstrapper
파일 보기 프로젝트 열기: Slesa/Playground

보호된 메소드들

메소드 설명
BuildUp ( object instance ) : void
Configure ( ) : void
DisplayRootView ( ) : void
GetAllInstances ( Type serviceType ) : IEnumerable
GetAllInstances ( Type service ) : System.Collections.Generic.IEnumerable
GetInstance ( System service, string key ) : object
GetInstance ( Type serviceType, string key ) : object

메소드 상세

BuildUp() 보호된 메소드

protected BuildUp ( object instance ) : void
instance object
리턴 void

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

DisplayRootView() 보호된 메소드

protected DisplayRootView ( ) : void
리턴 void

GetAllInstances() 보호된 메소드

protected GetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
리턴 IEnumerable

GetAllInstances() 보호된 메소드

protected GetAllInstances ( Type service ) : System.Collections.Generic.IEnumerable
service System.Type
리턴 System.Collections.Generic.IEnumerable

GetInstance() 보호된 메소드

protected GetInstance ( System service, string key ) : object
service System
key string
리턴 object

GetInstance() 보호된 메소드

protected GetInstance ( Type serviceType, string key ) : object
serviceType System.Type
key string
리턴 object