Class Extensions
Class Extensions.
Inheritance
System.Object
Extensions
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 Extensions
Methods
CreateAimpObject<TAimpObject>(IAimpCore)
Creates the aimp object.
Declaration
public static AimpActionResult<TAimpObject> CreateAimpObject<TAimpObject>(this IAimpCore core)
where TAimpObject : class, IAimpObject
Parameters
Type | Name | Description |
---|---|---|
IAimpCore | core | The core. |