C# 클래스 Gemini.AppBootstrapper

상속: Caliburn.Micro.BootstrapperBase
파일 보기 프로젝트 열기: tgjones/gemini

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AppBootstrapper ( ) : System

보호된 메소드들

메소드 설명
BindServices ( System.ComponentModel.Composition.Hosting.CompositionBatch batch ) : void
BuildUp ( object instance ) : void
Configure ( ) : void

By default, we are configured to use MEF

GetAllInstances ( Type serviceType ) : IEnumerable
GetInstance ( Type serviceType, string key ) : object
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void
PreInitialize ( ) : void
SelectAssemblies ( ) : IEnumerable

메소드 상세

AppBootstrapper() 공개 메소드

public AppBootstrapper ( ) : System
리턴 System

BindServices() 보호된 메소드

protected BindServices ( System.ComponentModel.Composition.Hosting.CompositionBatch batch ) : void
batch System.ComponentModel.Composition.Hosting.CompositionBatch
리턴 void

BuildUp() 보호된 메소드

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

Configure() 보호된 메소드

By default, we are configured to use MEF
protected Configure ( ) : void
리턴 void

GetAllInstances() 보호된 메소드

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

GetInstance() 보호된 메소드

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

OnStartup() 보호된 메소드

protected OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
리턴 void

PreInitialize() 보호된 메소드

protected PreInitialize ( ) : void
리턴 void

SelectAssemblies() 보호된 메소드

protected SelectAssemblies ( ) : IEnumerable
리턴 IEnumerable