JniEnvironment.InstanceMethods.CallBooleanMethod Method

Definition

Overloads

CallBooleanMethod(JniObjectReference, JniMethodInfo)
CallBooleanMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

CallBooleanMethod(JniObjectReference, JniMethodInfo)

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

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

CallBooleanMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

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

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