C# 클래스 FallenNova.Web.App_Start.NinjectConfig

파일 보기 프로젝트 열기: BernieCook/CacheAspect

공개 메소드들

메소드 설명
Start ( ) : void

Starts the application.

Stop ( ) : void

Stops the application.

비공개 메소드들

메소드 설명
CreateKernel ( ) : IKernel

Creates the kernel that will manage the application.

RegisterServices ( IKernel kernel ) : void

Load modules and register services.

메소드 상세

Start() 공개 정적인 메소드

Starts the application.
public static Start ( ) : void
리턴 void

Stop() 공개 정적인 메소드

Stops the application.
public static Stop ( ) : void
리턴 void