CodeDelegate
Overview
Location
- Reference: RemObjects.Script.dll
- Namespace: RemObjects.Script.EcmaScript
- Ancestry: MulticastDelegate | CodeDelegate
Instance Methods
constructor
constructor(object: Object; method: IntPtr)
CodeDelegate(Object object, IntPtr method)
Sub New(object As Object, method As IntPtr)
Parameters:
- object:
- method:
BeginInvoke
method BeginInvoke(aScope: ExecutionContext; Args: array of Object; callback: AsyncCallback; object: Object): IAsyncResult
IAsyncResult BeginInvoke(ExecutionContext aScope, Object[] Args, AsyncCallback callback, Object object)
Function BeginInvoke(aScope As ExecutionContext, Args As Object(), callback As AsyncCallback, object As Object) As IAsyncResult
Parameters:
- aScope:
- Args:
- callback:
- object:
EndInvoke
method EndInvoke(result: IAsyncResult): Object
Object EndInvoke(IAsyncResult result)
Function EndInvoke(result As IAsyncResult) As Object
Parameters:
- result:
Invoke
method Invoke(aScope: ExecutionContext; Args: array of Object): Object
Object Invoke(ExecutionContext aScope, Object[] Args)
Function Invoke(aScope As ExecutionContext, Args As Object()) As Object
Parameters:
- aScope:
- Args: