Skip to main content

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

ConstructorSummary
VCRedist14

VCRedist14(id, displayName, minVersion, cpuArchitecture)

public VCRedist14(string id, string displayName, Version minVersion, RuntimeCpu cpuArchitecture)

Parameters

NameTypeDescription
idstring
displayNamestring
minVersionVersion
cpuArchitectureRuntimeCpu

Methods

MethodSummary
GetDownloadUrlRetrieves 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