Class PluginInfoLoader
Class PluginInfoLoader.
Inheritance
System.Object
PluginInfoLoader
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 static class PluginInfoLoader
Fields
LoadStrategyType
The load strategy type
Declaration
public static Type LoadStrategyType
Field Value
Type | Description |
---|---|
System.Type |
Methods
LoadPlugin(String)
Loads the plugin.
Declaration
public static AimpDotNetPlugin LoadPlugin(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |