PluginType Enumeration | 
Namespace: DotNetBrowser.Plugins
public enum PluginType
| Member name | Value | Description | |
|---|---|---|---|
| Unrecognized | -1 | The plugin type is not recognized. | |
| Unspecified | 0 | The plugin type is not specified. | |
| PepperInProcess | 1 | An in-process PPAPI plugin. | |
| PepperOutOfProcess | 2 | An out-of-process PPAPI plugin. | |
| BrowserPlugin | 3 | A browser plugin. |