Class AimpDotNetPlugin
DotNet plugin information.
Inheritance
System.Object
AimpDotNetPlugin
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: AIMP.SDK
Assembly: AIMP.SDK.dll
Syntax
public class AimpDotNetPlugin
Properties
AimpPlugin
Gets or sets the plugins collection.
Declaration
public DotNetPluginInfo AimpPlugin { get; set; }
Author
Plugin's author
Declaration
public string Author { get; set; }
Description
Short description
Declaration
public string Description { get; set; }
FullDescription
Gets or sets the full description.
Declaration
public string FullDescription { get; set; }
IsDebugMode
Gets or sets a value indicating whether this instance is debug mode.
Declaration
public bool IsDebugMode { get; set; }
Name
Plugin's name
Declaration
public string Name { get; set; }
PluginInformation
Gets or sets the plugin information.
Declaration
public PluginInformation PluginInformation { get; set; }
Version
Version of plugin (format: x.xx)
Declaration
public string Version { get; set; }