JNI_NewLocalRef

Overview

Location

Instance Methods


constructor

 

constructor(object: Object; method: IntPtr)

 

JNI_NewLocalRef(Object object, IntPtr method)

 

init(_ object: Object, _ method: IntPtr)

 

Sub New(object As Object, method As IntPtr)

Parameters:

  • object:
  • method:

BeginInvoke

 

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

 

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

 

func BeginInvoke(_ env: IntPtr, _ reference: IntPtr, _ callback: AsyncCallback, _ object: Object) -> IAsyncResult

 

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

Parameters:

  • env:
  • reference:
  • callback:
  • object:

EndInvoke

 

method EndInvoke(result: IAsyncResult): JObject

 

JObject EndInvoke(IAsyncResult result)

 

func EndInvoke(_ result: IAsyncResult) -> JObject

 

Function EndInvoke(result As IAsyncResult) As JObject

Parameters:

  • result:

Invoke

 

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

 

JObject Invoke(IntPtr env, JObject reference)

 

func Invoke(_ env: IntPtr, _ reference: JObject) -> JObject

 

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

Parameters:

  • env:
  • reference: