C# Class Kudu.Core.Environment

Inheritance: IEnvironment
Afficher le fichier Open project: projectkudu/kudu Class Usage Examples

Méthodes publiques

Méthode Description
Environment ( string rootPath, string binPath, string repositoryPath ) : System
Environment ( string rootPath, string siteRootPath, string tempPath, string repositoryPath, string webRootPath, string deploymentsPath, string diagnosticsPath, string locksPath, string sshKeyPath, string scriptPath, string nodeModulesPath, string dataPath, string siteExtensionSettingsPath ) : System
GetFreeSpaceHtml ( string path ) : string
IsAzureEnvironment ( ) : bool

Private Methods

Méthode Description
GetDiskFreeSpace ( string path, ulong &freeBytes, ulong &totalBytes ) : void

Method Details

Environment() public méthode

public Environment ( string rootPath, string binPath, string repositoryPath ) : System
rootPath string
binPath string
repositoryPath string
Résultat System

Environment() public méthode

public Environment ( string rootPath, string siteRootPath, string tempPath, string repositoryPath, string webRootPath, string deploymentsPath, string diagnosticsPath, string locksPath, string sshKeyPath, string scriptPath, string nodeModulesPath, string dataPath, string siteExtensionSettingsPath ) : System
rootPath string
siteRootPath string
tempPath string
repositoryPath string
webRootPath string
deploymentsPath string
diagnosticsPath string
locksPath string
sshKeyPath string
scriptPath string
nodeModulesPath string
dataPath string
siteExtensionSettingsPath string
Résultat System

GetFreeSpaceHtml() public static méthode

public static GetFreeSpaceHtml ( string path ) : string
path string
Résultat string

IsAzureEnvironment() public static méthode

public static IsAzureEnvironment ( ) : bool
Résultat bool