Method | Description | |
---|---|---|
AutoUpdater ( string installerParameters, string filePath ) : System |
Constructor of the AutoUpdater
|
|
Update ( SoundSwitch.Framework.Updater.Release release, bool closeApp ) : void |
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 |
public Update ( SoundSwitch.Framework.Updater.Release release, bool closeApp ) : void | ||
release | SoundSwitch.Framework.Updater.Release | |
closeApp | bool | |
return | void |