CefUnregisterInternalWebPlugin Method |
Version 55.0.0
Unregister an internal plugin. This may be undone the next time RefreshWebPlugins() is called.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public static void UnregisterInternalWebPlugin(
string path
)
public:
static void UnregisterInternalWebPlugin(
String^ path
)
Parameters
- path
- Type: SystemString
Path (directory + file).
See Also