JniEnvironment.InstanceMethods.CallVoidMethod Method

Definition

Overloads

CallVoidMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallVoidMethod(JniObjectReference, JniMethodInfo)

CallVoidMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

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

Parameters

method
JniMethodInfo

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

CallVoidMethod(JniObjectReference, JniMethodInfo)

public static void CallVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method);
static member CallVoidMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> unit

Parameters

method
JniMethodInfo

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