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.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

공개 메소드들

메소드 설명
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