C# 클래스 DropkicKExample.infrastructure.app.registration.Bootstrap

Application bootstrapping - sets up logging and errors for the app domain
파일 보기 프로젝트 열기: ferventcoder/presentations

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes this instance.

Shutdown ( ) : void

Shutdowns this instance.

Startup ( ) : void

Startups this instance.

비공개 메소드들

메소드 설명
DomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Handles unhandled exception for the application domain.

메소드 상세

Initialize() 공개 정적인 메소드

Initializes this instance.
public static Initialize ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

Shutdowns this instance.
public static Shutdown ( ) : void
리턴 void

Startup() 공개 정적인 메소드

Startups this instance.
public static Startup ( ) : void
리턴 void