CefRuntime RegisterWebPluginCrash Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Register a plugin crash. Can be called on any thread in the browser process but will be executed on the IO thread.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public static void RegisterWebPluginCrash(
	string path
)

Parameters

path
Type: OnlineSystem String

[Missing <param name="path"/> documentation for "M:Xilium.CefGlue.CefRuntime.RegisterWebPluginCrash(System.String)"]

See Also