C# Класс Gemini.AppBootstrapper

Наследование: Caliburn.Micro.BootstrapperBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AppBootstrapper ( ) : System

Защищенные методы

Метод Описание
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

Описание методов

AppBootstrapper() публичный Метод

public AppBootstrapper ( ) : System
Результат System

BindServices() защищенный Метод

protected BindServices ( System.ComponentModel.Composition.Hosting.CompositionBatch batch ) : void
batch System.ComponentModel.Composition.Hosting.CompositionBatch
Результат void

BuildUp() защищенный Метод

protected BuildUp ( object instance ) : void
instance object
Результат void

Configure() защищенный Метод

By default, we are configured to use MEF
protected Configure ( ) : void
Результат void

GetAllInstances() защищенный Метод

protected GetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type
Результат IEnumerable

GetInstance() защищенный Метод

protected GetInstance ( Type serviceType, string key ) : object
serviceType System.Type
key string
Результат object

OnStartup() защищенный Метод

protected OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
Результат void

PreInitialize() защищенный Метод

protected PreInitialize ( ) : void
Результат void

SelectAssemblies() защищенный Метод

protected SelectAssemblies ( ) : IEnumerable
Результат IEnumerable