JNIEnv.CallStaticVoidMethod Method

Definition

Overloads

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

CallStaticVoidMethod(IntPtr, IntPtr, JValue*)

public static void CallStaticVoidMethod (IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallStaticVoidMethod : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> unit

Parameters

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

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(IntPtr, IntPtr)

public static void CallStaticVoidMethod (IntPtr jclass, IntPtr jmethod);
static member CallStaticVoidMethod : nativeint * nativeint -> unit

Parameters

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

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(IntPtr, IntPtr, JValue[])

public static void CallStaticVoidMethod (IntPtr jclass, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member CallStaticVoidMethod : nativeint * nativeint * Android.Runtime.JValue[] -> unit

Parameters

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

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