C# Класс SoundSwitch.Framework.Updater.AutoUpdater

Take the update, download it and execute the installer with the wanted parameter
Показать файл Открыть проект

Открытые методы

Метод Описание
AutoUpdater ( string installerParameters, string filePath ) : System

Constructor of the AutoUpdater

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

Описание методов

AutoUpdater() публичный Метод

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
Результат System

Update() публичный Метод

public Update ( SoundSwitch.Framework.Updater.Release release, bool closeApp ) : void
release SoundSwitch.Framework.Updater.Release
closeApp bool
Результат void