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

Specifies the options for an application to be automatically restarted by Windows Error Reporting.
Regardless of these settings, the application will not be restarted if it executed for less than 60 seconds before terminating.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RestartSettings ( string command, RestartRestrictions restrictions ) : System.Globalization

Initializes a new instance of the RestartSettings class. Creates a new instance of the RestartSettings class.

ToString ( ) : string

Returns a string representation of the current state of this object.

Описание методов

RestartSettings() публичный Метод

Initializes a new instance of the RestartSettings class. Creates a new instance of the RestartSettings class.
public RestartSettings ( string command, RestartRestrictions restrictions ) : System.Globalization
command string The command line arguments used to restart the application.
restrictions RestartRestrictions A bitwise combination of the RestartRestrictions values that specify when the application should not be restarted.
Результат System.Globalization

ToString() публичный Метод

Returns a string representation of the current state of this object.
public ToString ( ) : string
Результат string