C# Class Runt.Bootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Mostrar archivo Open project: Runt-Editor/Runt

Public Methods

Method Description
Bootstrapper ( ) : System

Protected Methods

Method Description
Configure ( ) : void
GetInstance ( Type service, string key ) : object
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
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

Method Details

Bootstrapper() public method

public Bootstrapper ( ) : System
return System

Configure() protected method

protected Configure ( ) : void
return void

GetInstance() protected method

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

OnStartup() protected method

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