CefSetCrashKeyValue Method |
Version 55.0.0
Sets or clears a specific key-value pair from the crash metadata.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public static void SetCrashKeyValue(
string key,
string value
)
public:
static void SetCrashKeyValue(
String^ key,
String^ value
)
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:CefSharp.Cef.SetCrashKeyValue(System.String,System.String)"]
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:CefSharp.Cef.SetCrashKeyValue(System.String,System.String)"]
See Also