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