Runtimes.RuntimeInfo.DownloadToFile Method
Declaring Type: Runtimes.RuntimeInfo
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Download the latest installer for this runtime to the specified file
[AsyncStateMachine(Velopack.Windows.Runtimes/RuntimeInfo/<DownloadToFile>d__11)]
public Task DownloadToFile(string localPath, Action<int> progress = null, IFileDownloader downloader = null, IVelopackLogger log = null);
Parameters
localPath string
progress Action<int>
downloader IFileDownloader
log IVelopackLogger
Returns
Task
Documentation generated by MdDocs