Enum PluginType
- Namespace
- DotNetBrowser.Plugins
- Assembly
- DotNetBrowser.dll
The plugin types.
public enum PluginType
Fields
BrowserPlugin = 3
A browser plugin.
PepperInProcess = 1
An in-process PPAPI plugin.
PepperOutOfProcess = 2
An out-of-process PPAPI plugin.
Unrecognized = -1
The plugin type is not recognized.
Unspecified = 0
The plugin type is not specified.