C# Class SimpleCrypt.SimpleCryptBootstraper

Inheritance: Caliburn.Micro.BootstrapperBase
显示文件 Open project: bitbeans/lageant

Public Methods

Method Description
SimpleCryptBootstraper ( ) : System

Protected Methods

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

Private Methods

Method Description
CurrentDomain_AssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void

Method Details

Configure() protected method

protected Configure ( ) : void
return void

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

SimpleCryptBootstraper() public method

public SimpleCryptBootstraper ( ) : System
return System