Method | 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 |
Method | Description | |
---|---|---|
GetDiskFreeSpace ( string path, ulong &freeBytes, ulong &totalBytes ) : void |
public Environment ( string rootPath, string binPath, string repositoryPath ) : System | ||
rootPath | string | |
binPath | string | |
repositoryPath | string | |
return | System |
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 | |
return | System |
public static GetFreeSpaceHtml ( string path ) : string | ||
path | string | |
return | string |