C# Class NZBDash.UI.App_Start.NinjectWebCommon

Mostrar archivo Open project: NZBDash/NZBDash

Private Properties

Property Type Description
CreateKernel IKernel

Public Methods

Method Description
GetKernel ( ) : IKernel

Stops the application.

Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

Private Methods

Method Description
CreateKernel ( ) : IKernel

Creates the kernel that will manage your application.

Method Details

GetKernel() public static method

Stops the application.
public static GetKernel ( ) : IKernel
return IKernel

Start() public static method

Starts the application
public static Start ( ) : void
return void

Stop() public static method

Stops the application.
public static Stop ( ) : void
return void