C# Class Runt.Bootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Afficher le fichier Open project: Runt-Editor/Runt

Méthodes publiques

Méthode Description
Bootstrapper ( ) : System

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public Bootstrapper ( ) : System
Résultat System

Configure() protected méthode

protected Configure ( ) : void
Résultat void

GetInstance() protected méthode

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
Résultat object

OnStartup() protected méthode

protected OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
Résultat void