JNIEnv.CallCharMethod Method

Definition

Overloads

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

CallCharMethod(IntPtr, IntPtr)

public static char CallCharMethod (IntPtr jobject, IntPtr jmethod);
static member CallCharMethod : nativeint * nativeint -> char

Parameters

jobject
IntPtr
jmethod
IntPtr

Returns

Char

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

CallCharMethod(IntPtr, IntPtr, JValue*)

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

Parameters

jobject
IntPtr
jmethod
IntPtr
parms
JValue*

Returns

Char

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

CallCharMethod(IntPtr, IntPtr, JValue[])

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

Parameters

jobject
IntPtr
jmethod
IntPtr
parms
JValue[]

Returns

Char

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