Click or drag to resize

IPlugins Interface

The engine service that provides the details about the available Chromium plugins.

Namespace:  DotNetBrowser.Plugins
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IPlugins : IAutoDisposable

The IPlugins type exposes the following members.

Properties
  NameDescription
Public propertyAllowPluginHandler
Gets or sets a handler that is used when the engine wants to check whether a specific plugin is allowed or not.
Public propertyAvailablePlugins
Gets the collection of the installed and available Chromium plugins.
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyProfile
Gets the IProfile instance associated with this object.
Public propertySettings
Gets the settings of the available Chromium plugins.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also