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.23.2
Syntax public string CrashDumpDirectory { get; set; }
Property Value
Type:
StringThe 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