C# Class SysInternalsUpdater.SysInternalFile

Inheritance: ViewModelBase
Show file Open project: Gordon-Beeming/Sys-Internals-Updater Class Usage Examples

Public Methods

Method Description
DownloadFile ( ) : Task
SysInternalFile ( LiveSysInternals liveSysInternals, Match match, string line ) : System
UpdateCommandBools ( ) : void

Private Methods

Method Description
LiveSysInternals_SaveFilesToChanged ( string location ) : void

Method Details

DownloadFile() public method

public DownloadFile ( ) : Task
return Task

SysInternalFile() public method

public SysInternalFile ( LiveSysInternals liveSysInternals, Match match, string line ) : System
liveSysInternals LiveSysInternals
match System.Text.RegularExpressions.Match
line string
return System

UpdateCommandBools() public method

public UpdateCommandBools ( ) : void
return void