C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.CloudService.CloudRuntime.JavaScriptCloudRuntime

상속: CloudRuntime
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools

공개 메소드들

메소드 설명
Match ( CloudRuntimePackage runtime ) : bool

보호된 메소드들

메소드 설명
ApplyScaffoldingChanges ( CloudRuntimePackage package ) : void
Configure ( string>.Dictionary environment ) : void
GetDefaultVersion ( ) : string
GetEngineKey ( ) : string
GetFileVersion ( string filePath ) : string
GetProgramFilesDirectory ( ) : string
GetProgramFilesDirectoryPathx86 ( ) : string
TryGetVersionFromPackageJson ( string engineKey, string &version ) : bool

메소드 상세

ApplyScaffoldingChanges() 보호된 메소드

protected ApplyScaffoldingChanges ( CloudRuntimePackage package ) : void
package CloudRuntimePackage
리턴 void

Configure() 보호된 메소드

protected Configure ( string>.Dictionary environment ) : void
environment string>.Dictionary
리턴 void

GetDefaultVersion() 보호된 추상적인 메소드

protected abstract GetDefaultVersion ( ) : string
리턴 string

GetEngineKey() 보호된 추상적인 메소드

protected abstract GetEngineKey ( ) : string
리턴 string

GetFileVersion() 보호된 정적인 메소드

protected static GetFileVersion ( string filePath ) : string
filePath string
리턴 string

GetProgramFilesDirectory() 보호된 정적인 메소드

protected static GetProgramFilesDirectory ( ) : string
리턴 string

GetProgramFilesDirectoryPathx86() 보호된 정적인 메소드

protected static GetProgramFilesDirectoryPathx86 ( ) : string
리턴 string

Match() 공개 메소드

public Match ( CloudRuntimePackage runtime ) : bool
runtime CloudRuntimePackage
리턴 bool

TryGetVersionFromPackageJson() 보호된 메소드

protected TryGetVersionFromPackageJson ( string engineKey, string &version ) : bool
engineKey string
version string
리턴 bool