C# Class Gemini.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Afficher le fichier Open project: tgjones/gemini

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AppBootstrapper ( ) : System

Méthodes protégées

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

Method Details

AppBootstrapper() public méthode

public AppBootstrapper ( ) : System
Résultat System

BindServices() protected méthode

protected BindServices ( System.ComponentModel.Composition.Hosting.CompositionBatch batch ) : void
batch System.ComponentModel.Composition.Hosting.CompositionBatch
Résultat void

BuildUp() protected méthode

protected BuildUp ( object instance ) : void
instance object
Résultat void

Configure() protected méthode

By default, we are configured to use MEF
protected Configure ( ) : void
Résultat void

GetAllInstances() protected méthode

protected GetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
Résultat IEnumerable

GetInstance() protected méthode

protected GetInstance ( Type serviceType, string key ) : object
serviceType 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

PreInitialize() protected méthode

protected PreInitialize ( ) : void
Résultat void

SelectAssemblies() protected méthode

protected SelectAssemblies ( ) : IEnumerable
Résultat IEnumerable