C# 클래스 Kudu.Services.Web.App_Start.NinjectServices

파일 보기 프로젝트 열기: projectkudu/kudu

공개 메소드들

메소드 설명
RegisterRoutes ( IKernel kernel, RouteCollection routes ) : void
Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

비공개 메소드들

메소드 설명
CreateKernel ( ) : IKernel

Creates the kernel that will manage your application.

EnsureDotNetCoreEnvironmentVariable ( IEnvironment environment ) : void
EnsureHomeEnvironmentVariable ( ) : void
EnsureNpmGlobalDirectory ( ) : void
EnsureSiteBitnessEnvironmentVariable ( ) : void
EnsureUserProfileDirectory ( ) : void
GetEnvironment ( IDeploymentSettingsManager settings = null ) : IEnvironment
GetLogger ( IEnvironment environment, IKernel kernel ) : ILogger
GetRequestTraceFile ( IKernel kernel ) : string
GetSettingsPath ( IEnvironment environment ) : string
GetTracer ( IEnvironment environment, IKernel kernel ) : ITracer
GetTracerWithoutContext ( IEnvironment environment, IDeploymentSettingsManager settings ) : ITracer
MigrateSite ( IEnvironment environment, IDeploymentSettingsManager settings ) : void
MoveOldSSHFolder ( IEnvironment environment ) : void
PrependFoldersToPath ( IEnvironment environment ) : void
RegisterServices ( IKernel kernel ) : void
RemoveOldTracePath ( IEnvironment environment ) : void
RemoveTempFileFromUserDrive ( IEnvironment environment ) : void
SetEnvironmentVariableIfNotYetSet ( string name, string value ) : void
TraceShutdown ( IEnvironment environment, IDeploymentSettingsManager settings ) : void

메소드 상세

RegisterRoutes() 공개 정적인 메소드

public static RegisterRoutes ( IKernel kernel, RouteCollection routes ) : void
kernel IKernel
routes RouteCollection
리턴 void

Start() 공개 정적인 메소드

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

Stop() 공개 정적인 메소드

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