C# 클래스 Runt.Bootstrapper

상속: Caliburn.Micro.BootstrapperBase
파일 보기 프로젝트 열기: Runt-Editor/Runt

공개 메소드들

메소드 설명
Bootstrapper ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AugmentViewLocator ( Func &lookup, Func augmentation ) : void
AugmentViewTypeLocator ( Func &lookup, Func augmentation ) : void
CreateConfig ( string args ) : IConfiguration
CreateEditor ( Func fallback, object model, DependencyObject displayLocation, object context ) : UIElement
CreateServiceCollection ( IConfiguration config ) : IServiceCollection
FindProxy ( Func fallback, Type modelType, DependencyObject displayLocation, object context ) : Type
GetAllAssemblies ( ) : IEnumerable
GetDefaultServices ( IConfiguration config ) : IEnumerable

메소드 상세

Bootstrapper() 공개 메소드

public Bootstrapper ( ) : System
리턴 System

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

GetInstance() 보호된 메소드

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

OnStartup() 보호된 메소드

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