Class InstanceMethod

Represents an abastract instance method.

Inheritance
System.Object
InstanceMethod
Namespace: Solti.Utils.Primitives
Assembly: Solti.Utils.Primitives.dll
Syntax
public sealed class InstanceMethod : MulticastDelegate

Constructors

InstanceMethod(Object, IntPtr)

Declaration
public InstanceMethod(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Object, Object[], AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object instance, object[] paramz, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object instance
System.Object[] paramz
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual object EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
System.Object

Invoke(Object, Object[])

Declaration
public virtual object Invoke(object instance, params object[] paramz)
Parameters
Type Name Description
System.Object instance
System.Object[] paramz
Returns
Type Description
System.Object
In This Article
Back to top Generated by DocFX