C# Class Gemini.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Mostra file Open project: tgjones/gemini

Private Properties

Property Type Description

Public Methods

Method Description
AppBootstrapper ( ) : System

Protected Methods

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

public AppBootstrapper ( ) : System
return System

BindServices() protected method

protected BindServices ( System.ComponentModel.Composition.Hosting.CompositionBatch batch ) : void
batch System.ComponentModel.Composition.Hosting.CompositionBatch
return void

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

Configure() protected method

By default, we are configured to use MEF
protected Configure ( ) : void
return void

GetAllInstances() protected method

protected GetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable

GetInstance() protected method

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

PreInitialize() protected method

protected PreInitialize ( ) : void
return void

SelectAssemblies() protected method

protected SelectAssemblies ( ) : IEnumerable
return IEnumerable