C# 클래스 SevenUpdate.App

Interaction logic for App.xaml.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate

공개 프로퍼티들

프로퍼티 타입 설명
AllUserStore string
ApplicationsFile string
ConfigFile string
HiddenFile string
HistoryFile string
UserStore string

Private Properties

프로퍼티 타입 설명
Init void
LogError void
ProcessArgs void
RegisterApplicationRecoveryAndRestart void
SetJumpList void
UnregisterApplicationRecoveryAndRestart void

보호된 메소드들

메소드 설명
OnExit ( System.Windows.ExitEventArgs e ) : void

Raises the Application.Exit event.

OnStartup ( System.Windows.StartupEventArgs e, bool isFirstInstance ) : void

Raises the InstanceAwareApplication.Startup event.

OnStartupNextInstance ( StartupNextInstanceEventArgs e ) : void

Raises the InstanceAwareApplication.StartupNextInstance event.

비공개 메소드들

메소드 설명
Init ( ) : void

Gets the application ready for startup.

LogError ( object sender, ErrorOccurredEventArgs e ) : void

Logs an error.

ProcessArgs ( IList args ) : void

Process command line args.

RegisterApplicationRecoveryAndRestart ( ) : void

Registers the application to use the Recovery Manager.

SetJumpList ( ) : void

Sets the application jump list.

UnregisterApplicationRecoveryAndRestart ( ) : void

The unregister application recovery and restart.

메소드 상세

OnExit() 보호된 메소드

Raises the Application.Exit event.
protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs An ExitEventArgs that contains the event data.
리턴 void

OnStartup() 보호된 메소드

Raises the InstanceAwareApplication.Startup event.
protected OnStartup ( System.Windows.StartupEventArgs e, bool isFirstInstance ) : void
e System.Windows.StartupEventArgs The System.Windows.StartupEventArgs instance containing the event data.
isFirstInstance bool If set to True the current instance is the first application instance.
리턴 void

OnStartupNextInstance() 보호된 메소드

Raises the InstanceAwareApplication.StartupNextInstance event.
protected OnStartupNextInstance ( StartupNextInstanceEventArgs e ) : void
e SevenSoftware.Windows.StartupNextInstanceEventArgs The StartupNextInstanceEventArgs instance containing the event data.
리턴 void

프로퍼티 상세

AllUserStore 공개적으로 정적으로 프로퍼티

The all users application data location.
public static string AllUserStore
리턴 string

ApplicationsFile 공개적으로 정적으로 프로퍼티

The location of the list of applications Seven Update can update.
public static string ApplicationsFile
리턴 string

ConfigFile 공개적으로 정적으로 프로퍼티

The location of the application settings file.
public static string ConfigFile
리턴 string

HiddenFile 공개적으로 정적으로 프로퍼티

The location of the hidden updates file.
public static string HiddenFile
리턴 string

HistoryFile 공개적으로 정적으로 프로퍼티

The location of the update history file.
public static string HistoryFile
리턴 string

UserStore 공개적으로 정적으로 프로퍼티

The location of the user application data location.
public static string UserStore
리턴 string