Class PluginLoadingStrategy
Class PluginLoadingStrategy. Implements the System.MarshalByRefObject
Inheritance
System.Object
System.MarshalByRefObject
PluginLoadingStrategy
Inherited Members
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.CreateObjRef(System.Type)
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 abstract class PluginLoadingStrategy : MarshalByRefObject
Methods
Load(String)
Loads the specified path.
Declaration
public abstract PluginShortInfoForLoad Load(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path. |
See Also
System.MarshalByRefObject