C# Class withSIX.Core.Presentation.Bridge.FlashInstaller

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
FlashInstaller ( string tmpLocation, Uri downloadUri ) : System
Install ( ) : System.Threading.Tasks.Task
IsInstalled ( ) : bool

Private Methods

Method Description
Download ( ) : System.Threading.Tasks.Task
GetKey ( ) : RegistryKey
RunInstaller ( ) : System.Threading.Tasks.Task

Method Details

FlashInstaller() public method

public FlashInstaller ( string tmpLocation, Uri downloadUri ) : System
tmpLocation string
downloadUri System.Uri
return System

Install() public method

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

IsInstalled() public method

public IsInstalled ( ) : bool
return bool