Version 63.0.0
Async returns a list containing Plugin Information
(Wrapper around CefVisitWebPluginInfo)
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.0
Syntax public static Task<List<WebPluginInfo>> GetPlugins()
public:
static Task<List<WebPluginInfo^>^>^ GetPlugins()
Return Value
Type:
TaskListWebPluginInfoReturns List of
[!:Plugin] structs.
See Also