Struct PluginShortInfoForLoad
Struct PluginShortInfoForLoad
Implements the 
Implements
System.IEquatable<PluginShortInfoForLoad>
  Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
  Namespace: AIMP.SDK
Assembly: AIMP.SDK.dll
Syntax
[Serializable]
public struct PluginShortInfoForLoad : IEquatable<PluginShortInfoForLoad>
  Properties
AssemblyFileName
Gets or sets the name of the assembly file.
Declaration
public string AssemblyFileName { get; set; }
  	AssemblyFullName
Gets or sets the full name of the assembly.
Declaration
public string AssemblyFullName { get; set; }
  	ClassName
Gets or sets the name of the class.
Declaration
public string ClassName { get; set; }
  	PluginLocInfo
Gets or sets the plugin loc information.
Declaration
public AimpPluginAttribute PluginLocInfo { get; set; }
  	Methods
Equals(PluginShortInfoForLoad)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(PluginShortInfoForLoad other)
  	Parameters
| Type | Name | Description | 
|---|---|---|
| PluginShortInfoForLoad | other | An object to compare with this object.  | 
      
Implements
System.IEquatable<T>.Equals(T)