Class StaticMethod

Represents an abastract static method.

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

Constructors

StaticMethod(Object, IntPtr)

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

Methods

BeginInvoke(Object[], AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object[] paramz, AsyncCallback callback, object object)
Parameters
Type Name Description
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[])

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