Table of Contents

Property CrashDumpDirectory

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

CrashDumpDirectory

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

public string CrashDumpDirectory { get; set; }

Property Value

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.