Runtimes.RuntimeInfo.DownloadToFile Method
Declaring Type: Runtimes.RuntimeInfo
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.942+a011233
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, ILogger log = null);
Parameters
localPath
string
progress
Action<int>
downloader
IFileDownloader
log
ILogger
Returns
Task
Documentation generated by MdDocs