C# 클래스 Kudu.Core.Environment

상속: IEnvironment
파일 보기 프로젝트 열기: projectkudu/kudu 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetDiskFreeSpace ( string path, ulong &freeBytes, ulong &totalBytes ) : void

메소드 상세

Environment() 공개 메소드

public Environment ( string rootPath, string binPath, string repositoryPath ) : System
rootPath string
binPath string
repositoryPath string
리턴 System

Environment() 공개 메소드

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
리턴 System

GetFreeSpaceHtml() 공개 정적인 메소드

public static GetFreeSpaceHtml ( string path ) : string
path string
리턴 string

IsAzureEnvironment() 공개 정적인 메소드

public static IsAzureEnvironment ( ) : bool
리턴 bool