Runtimes.VCRedist14 class
Namespace: Velopack.Windows
Represents a VC++ 2015-2022 redistributable package.
public class Runtimes.VCRedist14 : Runtimes.VCRedistInfo
Inherits: Runtimes.RuntimeInfo, Runtimes.VCRedistInfo
Constructors
| Constructor | Summary |
|---|---|
VCRedist14 |
VCRedist14(id, displayName, minVersion, cpuArchitecture)
public VCRedist14(string id, string displayName, Version minVersion, RuntimeCpu cpuArchitecture)
Parameters
| Name | Type | Description |
|---|---|---|
id | string | |
displayName | string | |
minVersion | Version | |
cpuArchitecture | RuntimeCpu |
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