C# Class SoundSwitch.Framework.Updater.AutoUpdater

Take the update, download it and execute the installer with the wanted parameter
ファイルを表示 Open project: Belphemur/SoundSwitch

Public Methods

Method Description
AutoUpdater ( string installerParameters, string filePath ) : System

Constructor of the AutoUpdater

Update ( SoundSwitch.Framework.Updater.Release release, bool closeApp ) : void

Method Details

AutoUpdater() public method

Constructor of the AutoUpdater
public AutoUpdater ( string installerParameters, string filePath ) : System
installerParameters string Parameters given to the installer after downloading it
filePath string Where to download the Installer without the filename
return System

Update() public method

public Update ( SoundSwitch.Framework.Updater.Release release, bool closeApp ) : void
release SoundSwitch.Framework.Updater.Release
closeApp bool
return void