Saltar al contenido principal

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

ConstructorSummary
VCRedist00

VCRedist00(id, displayName, minVersion, cpuArchitecture, downloadUrl)

public VCRedist00(string id, string displayName, Version minVersion, RuntimeCpu cpuArchitecture, string downloadUrl)

Parameters

NameTypeDescription
idstring
displayNamestring
minVersionVersion
cpuArchitectureRuntimeCpu
downloadUrlstring

Properties

PropertySummary
DownloadUrlPermalink to the installer for this runtime

DownloadUrl

public string DownloadUrl { get; }

Permalink to the installer for this runtime

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