Property AvailablePlugins
- Namespace
- DotNetBrowser.Plugins
- Assembly
- DotNetBrowser.dll
AvailablePlugins
Gets the collection of the installed and available Chromium plugins.
IEnumerable<Plugin> AvailablePlugins { get; }
Property Value
- IEnumerable<Plugin>
The collection of the installed and available Chromium plugins. The collection will be empty if there are no installed and available plugins.
Exceptions
- ObjectDisposedException
The IPlugins object has already been disposed.