C# Класс SevenSoftware.Windows.ApplicationServices.AppRestartRecoveryNativeMethods

Provides native Win32 Methods to assist with Application recovery.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ApplicationRecoveryFinished void
ApplicationRecoveryInProgress System.Result
InternalRecoveryHandler uint
RegisterApplicationRecoveryCallback System.Result
RegisterApplicationRestart System.Result
UnregisterApplicationRecoveryCallback System.Result
UnregisterApplicationRestart System.Result

Приватные методы

Метод Описание
ApplicationRecoveryFinished ( [ success ) : void
ApplicationRecoveryInProgress ( [ canceled ) : System.Result
InternalRecoveryHandler ( IntPtr parameter ) : uint

Handles and invokes the internal recovery callback.

RegisterApplicationRecoveryCallback ( InternalRecoveryCallback callback, IntPtr param, uint pingInterval, uint flags ) : System.Result
RegisterApplicationRestart ( [ commandLineArgs, RestartRestrictions flags ) : System.Result
UnregisterApplicationRecoveryCallback ( ) : System.Result
UnregisterApplicationRestart ( ) : System.Result