JNIEnv.CallStaticObjectMethod Method

Definition

Overloads

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

CallStaticObjectMethod(IntPtr, IntPtr)

public static IntPtr CallStaticObjectMethod (IntPtr jclass, IntPtr jmethod);
static member CallStaticObjectMethod : nativeint * nativeint -> nativeint

Parameters

jclass
IntPtr
jmethod
IntPtr

Returns

IntPtr

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

CallStaticObjectMethod(IntPtr, IntPtr, JValue*)

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

Parameters

jclass
IntPtr
jmethod
IntPtr
parms
JValue*

Returns

IntPtr

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

CallStaticObjectMethod(IntPtr, IntPtr, JValue[])

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

Parameters

jclass
IntPtr
jmethod
IntPtr
parms
JValue[]

Returns

IntPtr

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