Version 93.1.111 
            Async returns a list containing Plugin Information
            (Wrapper around CefVisitWebPluginInfo)
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.0
Syntaxpublic static Task<List<WebPluginInfo>> GetPlugins()
public:
static Task<List<WebPluginInfo^>^>^ GetPlugins()
Return Value
Type: 
TaskListWebPluginInfoReturns List of 
WebPluginInfo structs.
See Also