public interface CefWebPluginInfo
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription()
Returns a description of the plugin from the version information.
|
String |
getName()
Returns the plugin name (i.e.
|
String |
getPath()
Returns the plugin file path (DLL/bundle/library).
|
String |
getVersion()
Returns the version of the plugin (may be OS-specific).
|
String getName()
String getPath()
String getVersion()
String getDescription()
Copyright © 2017. All rights reserved.