JniEnvironment.InstanceMethods.CallCharMethod Method

Definition

Overloads

CallCharMethod(JniObjectReference, JniMethodInfo)
CallCharMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

CallCharMethod(JniObjectReference, JniMethodInfo)

public static char CallCharMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method);
static member CallCharMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> char

Parameters

method
JniMethodInfo

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

CallCharMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

public static char CallCharMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallCharMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo * nativeptr<Java.Interop.JniArgumentValue> -> char

Parameters

method
JniMethodInfo

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