Click or drag to resize

EngineOptionsBuilderCrashDumpDirectory Property

Gets or sets the path that will be used to store automatically generated Chromium crash dumps.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string CrashDumpDirectory { get; set; }

Property Value

Type: String
The path that will be used to store automatically generated Chromium crash dumps.
Remarks
If this property is set to null, the default path will be used. If this property is set to an empty string, crash dump generation will be disabled.
See Also