JNIEnv.CallLongMethod Method

Definition

Overloads

CallLongMethod(IntPtr, IntPtr)
CallLongMethod(IntPtr, IntPtr, JValue*)
CallLongMethod(IntPtr, IntPtr, JValue[])

CallLongMethod(IntPtr, IntPtr)

public static long CallLongMethod (IntPtr jobject, IntPtr jmethod);
static member CallLongMethod : nativeint * nativeint -> int64

Parameters

jobject
IntPtr

nativeint

jmethod
IntPtr

nativeint

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CallLongMethod(IntPtr, IntPtr, JValue*)

public static long CallLongMethod (IntPtr jobject, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallLongMethod : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> int64

Parameters

jobject
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CallLongMethod(IntPtr, IntPtr, JValue[])

public static long CallLongMethod (IntPtr jobject, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member CallLongMethod : nativeint * nativeint * Android.Runtime.JValue[] -> int64

Parameters

jobject
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to