Runtimes.VCRedist00 class
Namespace: Velopack.Windows
Represents a VC++ redistributable package which is referenced by a permalink
public class Runtimes.VCRedist00 : Runtimes.VCRedistInfo
Inherits: Runtimes.RuntimeInfo, Runtimes.VCRedistInfo
Constructors
| Constructor | Summary |
|---|---|
VCRedist00 |
VCRedist00(id, displayName, minVersion, cpuArchitecture, downloadUrl)
public VCRedist00(string id, string displayName, Version minVersion, RuntimeCpu cpuArchitecture, string downloadUrl)
Parameters
| Name | Type | Description |
|---|---|---|
id | string | |
displayName | string | |
minVersion | Version | |
cpuArchitecture | RuntimeCpu | |
downloadUrl | string |
Properties
| Property | Summary |
|---|---|
DownloadUrl | Permalink to the installer for this runtime |
DownloadUrl
public string DownloadUrl { get; }
Permalink to the installer for this runtime
Methods
| Method | Summary |
|---|---|
GetDownloadUrl | Retrieves the web url to the latest compatible runtime installer exe |
GetDownloadUrl()
public override Task<string> GetDownloadUrl()
Retrieves the web url to the latest compatible runtime installer exe
Returns Task<string>
Generated from Velopack 1.1.1