InternalFunctionDelegate

Overview

Location

Instance Methods


constructor

 

constructor(object: Object; method: IntPtr)

 

InternalFunctionDelegate(Object object, IntPtr method)

 

Sub New(object As Object, method As IntPtr)

Parameters:

  • object:
  • method:

BeginInvoke

 

method BeginInvoke(scope: ExecutionContext; selfRef: Object; args: array of Object; func: EcmaScriptInternalFunctionObject; callback: AsyncCallback; object: Object): IAsyncResult

 

IAsyncResult BeginInvoke(ExecutionContext scope, Object selfRef, Object[] args, EcmaScriptInternalFunctionObject func, AsyncCallback callback, Object object)

 

Function BeginInvoke(scope As ExecutionContext, selfRef As Object, args As Object(), func As EcmaScriptInternalFunctionObject, callback As AsyncCallback, object As Object) As IAsyncResult

Parameters:

  • scope:
  • selfRef:
  • args:
  • func:
  • callback:
  • object:

EndInvoke

 

method EndInvoke(result: IAsyncResult): Object

 

Object EndInvoke(IAsyncResult result)

 

Function EndInvoke(result As IAsyncResult) As Object

Parameters:

  • result:

Invoke

 

method Invoke(scope: ExecutionContext; selfRef: Object; args: array of Object; func: EcmaScriptInternalFunctionObject): Object

 

Object Invoke(ExecutionContext scope, Object selfRef, Object[] args, EcmaScriptInternalFunctionObject func)

 

Function Invoke(scope As ExecutionContext, selfRef As Object, args As Object(), func As EcmaScriptInternalFunctionObject) As Object

Parameters:

  • scope:
  • selfRef:
  • args:
  • func: