JNI_PopLocalFrame

Overview

Location

Instance Methods


constructor

 

constructor(object: Object; method: IntPtr)

 

JNI_PopLocalFrame(Object object, IntPtr method)

 

Sub New(object As Object, method As IntPtr)

Parameters:

  • object:
  • method:

BeginInvoke

 

method BeginInvoke(env: IntPtr; response: IntPtr; callback: AsyncCallback; object: Object): IAsyncResult

 

IAsyncResult BeginInvoke(IntPtr env, IntPtr response, AsyncCallback callback, Object object)

 

Function BeginInvoke(env As IntPtr, response As IntPtr, callback As AsyncCallback, object As Object) As IAsyncResult

Parameters:

  • env:
  • response:
  • callback:
  • object:

EndInvoke

 

method EndInvoke(result: IAsyncResult): JObject

 

JObject EndInvoke(IAsyncResult result)

 

Function EndInvoke(result As IAsyncResult) As JObject

Parameters:

  • result:

Invoke

 

method Invoke(env: IntPtr; response: JObject): JObject

 

JObject Invoke(IntPtr env, JObject response)

 

Function Invoke(env As IntPtr, response As JObject) As JObject

Parameters:

  • env:
  • response: