C# 클래스 SoundSwitch.Framework.Updater.AutoUpdater

Take the update, download it and execute the installer with the wanted parameter
파일 보기 프로젝트 열기: Belphemur/SoundSwitch

공개 메소드들

메소드 설명
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