Click or drag to resize

EngineOptionsCrashDumpDirectory Property

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

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

Property Value

Type: String
The path that will be used to store the automatically generated Chromium crash dumps.
See Also