JniEnvironment.StaticMethods.CallStaticVoidMethod Method

Definition

Overloads

CallStaticVoidMethod(JniObjectReference, JniMethodInfo)
CallStaticVoidMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

CallStaticVoidMethod(JniObjectReference, JniMethodInfo)

public static void CallStaticVoidMethod (Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticVoidMethod : 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

CallStaticVoidMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

public static void CallStaticVoidMethod (Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallStaticVoidMethod : 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