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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void IsWebPluginUnstable(
	string path,
	CefWebPluginUnstableCallback callback
)

Parameters

path
Type: SystemString
callback
Type: Internal.Xilium.CefGlueCefWebPluginUnstableCallback
See Also