Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 407 Bytes

File metadata and controls

19 lines (10 loc) · 407 Bytes

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.