[API categories](API-categories.md) | [API index](API-index.md)
# WebPluginInfo (object)
See [RequestHandler](RequestHandler.md).OnBeforePluginLoad().
Table of contents:
* [Methods](#methods)
* [GetName](#getname)
* [GetPath](#getpath)
* [GetVersion](#getversion)
* [GetDescription](#getdescription)
## Methods
### GetName
| | |
| --- | --- |
| __Return__ | string |
Returns the plugin name (i.e. Flash).
### GetPath
| | |
| --- | --- |
| __Return__ | string |
Returns the plugin file path (DLL/bundle/library).
### GetVersion
| | |
| --- | --- |
| __Return__ | string |
Returns the version of the plugin (may be OS-specific).
### GetDescription
| | |
| --- | --- |
| __Return__ | string |
Returns a description of the plugin from the version information.