RestartSettings Class

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Specifies options for an application to be automatically restarted by Windows Error Reporting.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.AppRecoveryRestart
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public class RestartSettings
Visual Basic (Declaration)
Public Class RestartSettings
Visual C++
public ref class RestartSettings

Remarks

Regardless of these settings, the application will not be restarted if it executed for less than 60 seconds before terminating.

Inheritance Hierarchy

System..::.Object
  Microsoft.SDK.Samples.VistaBridge.Library.AppRecoveryRestart..::.RestartSettings

See Also