Exemplo n.º 1
0
 protected List <RuntimePackageDetails> GetRuntimeSupportedVersion(DownloadableRuntimeVersionReturnSet returnSet)
 {
     return(DeploymentManager.GetDownloadableRuntimeVersions(returnSet));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets all available Runtime versions from the Goal State File.
 /// </summary>
 /// <param name="DownloadableRuntimeVersionsReturnSet">Specifies the kind of Runtime version to be returned - All, Supported or Latest</param>
 public static List <RuntimePackageDetails> GetDownloadableRuntimeVersions(
     DownloadableRuntimeVersionReturnSet returnSet = DownloadableRuntimeVersionReturnSet.Supported)
 {
     return(DeploymentManagerInternal.GetDownloadableRuntimeVersions(
                returnSet));
 }