PluginInfo Class¶
Namespace: id3.Devices
Definition¶
Encapsulates metadata and operational details about a plugin, including its name, version, and capabilities.
Properties¶
Name |
Type |
Description |
|---|---|---|
string |
Provides a detailed description of the plugin, offering insights into its purpose, functionality, and use cases. |
|
string |
Identifies the plugin by a unique name, used for display and identification purposes. |
|
string |
Specifies the file system path to the plugin file, enabling the system to locate and load the plugin as required. |
|
Indicates the version of the plugin, represented by a LibVersion object, which includes detailed versioning information to manage compatibility and updates. |