Class DelegateSlots
- Namespace
- NumSharp.Backends.Iteration
- Assembly
- NumSharp.dll
public static class DelegateSlots
- Inheritance
-
DelegateSlots
- Inherited Members
-
Fields
LookupDelegateMethod
public static readonly MethodInfo LookupDelegateMethod
Field Value
- MethodInfo
LookupTargetMethod
public static readonly MethodInfo LookupTargetMethod
Field Value
- MethodInfo
Properties
RegisteredCount
public static int RegisteredCount { get; }
Property Value
- int
Methods
Clear()
public static void Clear()
LookupDelegate(int)
public static Delegate LookupDelegate(int id)
Parameters
id int
Returns
- Delegate
LookupTarget(int)
public static object LookupTarget(int id)
Parameters
id int
Returns
- object
RegisterDelegate(Delegate)
public static int RegisterDelegate(Delegate d)
Parameters
d Delegate
Returns
- int
RegisterTarget(object)
public static int RegisterTarget(object t)
Parameters
t object
Returns
- int