C# Class Kudu.Services.Web.App_Start.NinjectServices

Afficher le fichier Open project: projectkudu/kudu

Méthodes publiques

Méthode Description
RegisterRoutes ( IKernel kernel, RouteCollection routes ) : void
Start ( ) : void

Starts the application

Stop ( ) : void

Stops the application.

Private Methods

Méthode Description
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

Method Details

RegisterRoutes() public static méthode

public static RegisterRoutes ( IKernel kernel, RouteCollection routes ) : void
kernel IKernel
routes RouteCollection
Résultat void

Start() public static méthode

Starts the application
public static Start ( ) : void
Résultat void

Stop() public static méthode

Stops the application.
public static Stop ( ) : void
Résultat void