C# Class Microsoft.WindowsAzure.Commands.Utilities.CloudService.CloudRuntime.JavaScriptCloudRuntime

Inheritance: CloudRuntime
Afficher le fichier Open project: AzureRT/azure-sdk-tools

Méthodes publiques

Méthode Description
Match ( CloudRuntimePackage runtime ) : bool

Méthodes protégées

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

Method Details

ApplyScaffoldingChanges() protected méthode

protected ApplyScaffoldingChanges ( CloudRuntimePackage package ) : void
package CloudRuntimePackage
Résultat void

Configure() protected méthode

protected Configure ( string>.Dictionary environment ) : void
environment string>.Dictionary
Résultat void

GetDefaultVersion() protected abstract méthode

protected abstract GetDefaultVersion ( ) : string
Résultat string

GetEngineKey() protected abstract méthode

protected abstract GetEngineKey ( ) : string
Résultat string

GetFileVersion() protected static méthode

protected static GetFileVersion ( string filePath ) : string
filePath string
Résultat string

GetProgramFilesDirectory() protected static méthode

protected static GetProgramFilesDirectory ( ) : string
Résultat string

GetProgramFilesDirectoryPathx86() protected static méthode

protected static GetProgramFilesDirectoryPathx86 ( ) : string
Résultat string

Match() public méthode

public Match ( CloudRuntimePackage runtime ) : bool
runtime CloudRuntimePackage
Résultat bool

TryGetVersionFromPackageJson() protected méthode

protected TryGetVersionFromPackageJson ( string engineKey, string &version ) : bool
engineKey string
version string
Résultat bool