C# Class SysInternalsUpdater.LiveSysInternals

Inheritance: ViewModelBase
Exibir arquivo Open project: Gordon-Beeming/Sys-Internals-Updater Class Usage Examples

Public Properties

Property Type Description
LiveSysInternalsUrl string

Public Methods

Method Description
DownloadFile ( object cmdRelPath ) : System.Threading.Tasks.Task
LiveSysInternals ( ) : System.Collections.ObjectModel
OpenFile ( object cmdRelPath ) : System.Threading.Tasks.Task
RefreshContent ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
DownloadAllFiles ( ) : System.Threading.Tasks.Task

Method Details

DownloadFile() public method

public DownloadFile ( object cmdRelPath ) : System.Threading.Tasks.Task
cmdRelPath object
return System.Threading.Tasks.Task

LiveSysInternals() public method

public LiveSysInternals ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

OpenFile() public method

public OpenFile ( object cmdRelPath ) : System.Threading.Tasks.Task
cmdRelPath object
return System.Threading.Tasks.Task

RefreshContent() public method

public RefreshContent ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Property Details

LiveSysInternalsUrl public_oe static_oe property

public static string LiveSysInternalsUrl
return string