JNIEnv.CallNonvirtualLongMethod Method

Definition

Overloads

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

CallNonvirtualLongMethod(IntPtr, IntPtr, IntPtr, JValue[])

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

Parameters

jobject
IntPtr

nativeint

jclass
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

CallNonvirtualLongMethod(IntPtr, IntPtr, IntPtr)

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

Parameters

jobject
IntPtr

nativeint

jclass
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

CallNonvirtualLongMethod(IntPtr, IntPtr, IntPtr, JValue*)

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

Parameters

jobject
IntPtr

nativeint

jclass
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