C# 클래스 SevenSoftware.Windows.ApplicationServices.RecoverySettings

Defines methods and properties for recovery settings, and specifies options for an application that attempts to perform final actions after a fatal event, such as an unhandled exception.
This class is used to register for application recovery. See the class.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

공개 메소드들

메소드 설명
RecoverySettings ( RecoveryData data, uint interval ) : System.Globalization

Initializes a new instance of the RecoverySettings class.

ToString ( ) : string

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

메소드 상세

RecoverySettings() 공개 메소드

Initializes a new instance of the RecoverySettings class.
public RecoverySettings ( RecoveryData data, uint interval ) : System.Globalization
data RecoveryData A recovery data object that contains the callback method (invoked by the system before Windows Error Reporting terminates the application) and an optional state object.
interval uint The time interval within which the callback method must invoke to prevent WER from terminating /// the application.
리턴 System.Globalization

ToString() 공개 메소드

Returns a string representation of the current state of this object.
public ToString ( ) : string
리턴 string