Click or drag to resize

CefGetPlugins Method

Version 85.3.121
Async returns a list containing Plugin Information (Wrapper around CefVisitWebPluginInfo)

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 85.3.121.0
Syntax
public static Task<List<WebPluginInfo>> GetPlugins()

Return Value

Type: TaskListWebPluginInfo
Returns List of WebPluginInfo structs.
See Also