CefRuntime UnregisterInternalWebPlugin Method Xilium.CefGlue

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

Unregister an internal plugin. This may be undone the next time CefRefreshWebPlugins() is called. Can be called on any thread in the browser process.

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

public static void UnregisterInternalWebPlugin(
	string path
)

Parameters

path
Type: OnlineSystem String

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

See Also