C# Class lageant.LageantBootstraper

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

Méthodes publiques

Méthode Description
LageantBootstraper ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
CurrentDomain_AssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void

Method Details

Configure() protected méthode

protected Configure ( ) : void
Résultat void

GetInstance() protected méthode

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

LageantBootstraper() public méthode

public LageantBootstraper ( ) : 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