Click or drag to resize

Cef.GetPlugins Method

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

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

Return Value

Type: Task<List<WebPluginInfo>>
Returns List of [!:Plugin] structs.
See Also