C# Class SimpleCrypt.SimpleCryptBootstraper

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

Méthodes publiques

Méthode Description
SimpleCryptBootstraper ( ) : 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

OnStartup() protected méthode

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

SimpleCryptBootstraper() public méthode

public SimpleCryptBootstraper ( ) : System
Résultat System