C# 클래스 InstallerUI.MainWindowModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: alex8b/gta5eyetracking 1 사용 예제들

공개 메소드들

메소드 설명
CheckForUpdates ( ) : void
Dispose ( ) : void
Install ( ) : void
MainWindowModel ( Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication bootstrapper ) : System
SetGtaPath ( string path ) : void
Uninstall ( ) : void
UpdateText ( ) : void

비공개 메소드들

메소드 설명
OnNotifyPropertyChanged ( [ propertyName = "" ) : void
PlanComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanCompleteEventArgs e ) : void

Method that gets invoked when the Bootstrapper PlanComplete event is fired. If the planning was successful, it instructs the Bootstrapper Engine to install the packages.

SetFeaturePlannedState ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanMsiFeatureEventArgs e ) : void
SetPackagePlannedState ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.PlanPackageBeginEventArgs e ) : void
UpdaterOnModInstalled ( object sender, EventArgs eventArgs ) : void
UpdaterOnModRemoved ( object sender, EventArgs eventArgs ) : void
UpdaterOnScriptHookVInstalled ( object sender, EventArgs eventArgs ) : void
UpdaterOnScriptHookVRemoved ( object sender, EventArgs eventArgs ) : void
UpdaterOnUpdatesChecked ( object sender, EventArgs eventArgs ) : void

메소드 상세

CheckForUpdates() 공개 메소드

public CheckForUpdates ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Install() 공개 메소드

public Install ( ) : void
리턴 void

MainWindowModel() 공개 메소드

public MainWindowModel ( Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication bootstrapper ) : System
bootstrapper Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperApplication
리턴 System

SetGtaPath() 공개 메소드

public SetGtaPath ( string path ) : void
path string
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void

UpdateText() 공개 메소드

public UpdateText ( ) : void
리턴 void