Click or drag to resize

CefRuntimeIsWebPluginUnstable Method

Query if a plugin is unstable. Can be called on any thread in the browser process.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void IsWebPluginUnstable(
	string path,
	CefWebPluginUnstableCallback callback
)

Parameters

path  String
 
callback  CefWebPluginUnstableCallback
 
See Also