C# Class Caliburn.Micro.HelloMef.MefBootstrapper

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

Méthodes publiques

Méthode Description
MefBootstrapper ( ) : System

Méthodes protégées

Méthode Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type serviceType ) : IEnumerable
GetInstance ( Type serviceType, string key ) : object
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void

Method Details

BuildUp() protected méthode

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

Configure() protected méthode

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

MefBootstrapper() public méthode

public MefBootstrapper ( ) : System
Résultat System

OnStartup() protected méthode

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