[This is preliminary documentation and is subject to change.]
The CefWebPluginInfo type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the CefWebPluginInfo | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Description |
Returns a description of the plugin from the version information.
| |
Name |
Returns the plugin name (i.e. Flash).
| |
Path |
Returns the plugin file path (DLL/bundle/library).
| |
Version |
Returns the version of the plugin (may be OS-specific).
|
See Also