C# 클래스 SimpleCrypt.SimpleCryptBootstraper

상속: Caliburn.Micro.BootstrapperBase
파일 보기 프로젝트 열기: bitbeans/lageant

공개 메소드들

메소드 설명
SimpleCryptBootstraper ( ) : System

보호된 메소드들

메소드 설명
Configure ( ) : void
GetInstance ( Type serviceType, string key ) : object
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void

비공개 메소드들

메소드 설명
CurrentDomain_AssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void

메소드 상세

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

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

SimpleCryptBootstraper() 공개 메소드

public SimpleCryptBootstraper ( ) : System
리턴 System