LateBoundMethod is a generic method signature that is passed an instance and an array of parameters and returns an object. It basically can be used to call any method.
System.Delegate
System.MulticastDelegate
Westwind.Utilities.LateBoundMethod
public delegate LateBoundMethod
Delegate Members
Member | Description | |
---|---|---|
Constructor |
||
BeginInvoke |
public virtual IAsyncResult BeginInvoke(object target, Object[] arguments, AsyncCallback callback, object object) |
|
EndInvoke |
public virtual object EndInvoke(IAsyncResult result) |
|
Invoke |
public virtual object Invoke(object target, Object[] arguments) |
Requirements
Namespace: Westwind.UtilitiesAssembly: westwind.utilities.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic