C# 클래스 SwtorCaster.Core.Bootstrapper

상속: Caliburn.Micro.BootstrapperBase
파일 보기 프로젝트 열기: pjmagee/swtor-caster

공개 메소드들

메소드 설명
Bootstrapper ( ) : System

보호된 메소드들

메소드 설명
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnExit ( object sender, EventArgs e ) : void
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void

비공개 메소드들

메소드 설명
BindServices ( ) : void
BindViewModels ( ) : void
InitializeImages ( ) : Task

메소드 상세

Bootstrapper() 공개 메소드

public Bootstrapper ( ) : System
리턴 System

BuildUp() 보호된 메소드

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

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

GetAllInstances() 보호된 메소드

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

GetInstance() 보호된 메소드

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

OnExit() 보호된 메소드

protected OnExit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnStartup() 보호된 메소드

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