Click or drag to resize

PluginType Enumeration

The plugin types.

Namespace:  DotNetBrowser.Plugins
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public enum PluginType
Members
  Member nameValueDescription
Unrecognized-1 The plugin type is not recognized.
Unspecified0 The plugin type is not specified.
PepperInProcess1 An in-process PPAPI plugin.
PepperOutOfProcess2 An out-of-process PPAPI plugin.
BrowserPlugin3 A browser plugin.
See Also