JNIEnv.CallShortMethod Method

Definition

Overloads

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

CallShortMethod(IntPtr, IntPtr, JValue*)

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

Parameters

jobject
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

CallShortMethod(IntPtr, IntPtr, JValue[])

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

Parameters

jobject
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

CallShortMethod(IntPtr, IntPtr)

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

Parameters

jobject
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