Skip to content
Dominique B edited this page Feb 2, 2016 · 2 revisions

WebPluginInfo object

See RequestHandler.OnBeforePluginLoad().

string GetName()

Returns the plugin name (i.e. Flash).

string GetPath()

Returns the plugin file path (DLL/bundle/library).

string GetVersion()

Returns the version of the plugin (may be OS-specific).

string GetDescription()

Returns a description of the plugin from the version information.

Clone this wiki locally