Interface IApplicationAccessor
Inherited Members
Namespace: PoeShared.Services
Assembly: PoeShared.Native.dll
Syntax
public interface IApplicationAccessor : INotifyPropertyChanged
Properties
Name | Description |
---|---|
IsElevated | |
IsExiting | |
IsLoaded | IsLoaded is set to true after main window is loaded |
LastExitWasGraceful | |
LastLoadWasSuccessful | |
MainWindow | |
WhenExit | Happens only when Exit() is called, Terminate bypasses this |
WhenLoaded | |
WhenTerminate |
Methods
Name | Description |
---|---|
Exit() | |
ReportIsLoaded() | |
RestartAs(string, string, string) | |
RestartAsAdmin() | |
Terminate(int) | Terminates instantly |