Class PluginLoader.PluginInfo
A container object for all the data relating to a plugin.
Inheritance
System.Object
PluginLoader.PluginInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |