JNIEnv.CallStaticByteMethod Method

Definition

Overloads

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

CallStaticByteMethod(IntPtr, IntPtr)

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

Parameters

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

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

CallStaticByteMethod(IntPtr, IntPtr, JValue*)

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

Parameters

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

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

CallStaticByteMethod(IntPtr, IntPtr, JValue[])

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

Parameters

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

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