JNIEnv.CallNonvirtualShortMethod Method

Definition

Overloads

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

CallNonvirtualShortMethod(IntPtr, IntPtr, IntPtr)

public static short CallNonvirtualShortMethod (IntPtr jobject, IntPtr jclass, IntPtr jmethod);
static member CallNonvirtualShortMethod : nativeint * nativeint * nativeint -> int16

Parameters

jobject
IntPtr
jclass
IntPtr
jmethod
IntPtr

Returns

Int16

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

CallNonvirtualShortMethod(IntPtr, IntPtr, IntPtr, JValue*)

public static short CallNonvirtualShortMethod (IntPtr jobject, IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallNonvirtualShortMethod : nativeint * nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> int16

Parameters

jobject
IntPtr
jclass
IntPtr
jmethod
IntPtr
parms
JValue*

Returns

Int16

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

CallNonvirtualShortMethod(IntPtr, IntPtr, IntPtr, JValue[])

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

Parameters

jobject
IntPtr
jclass
IntPtr
jmethod
IntPtr
parms
JValue[]

Returns

Int16

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