Class PluginLoader.PluginInfo
A container object for all the data relating to a plugin.
Inherited Members
Namespace: IPA.Loader
Assembly: IPA.Loader.dll
Syntax
public class PluginInfo
Properties
| Improve this Doc View SourceMetadata
Metadata for the plugin.
Declaration
public PluginLoader.PluginMetadata Metadata { get; }
Property Value
Type | Description |
---|---|
PluginLoader.PluginMetadata | the metadata for this plugin |