JNIEnv.CallByteMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CallByteMethod(IntPtr, IntPtr) | |
CallByteMethod(IntPtr, IntPtr, JValue*) | |
CallByteMethod(IntPtr, IntPtr, JValue[]) |
CallByteMethod(IntPtr, IntPtr)
public static sbyte CallByteMethod (IntPtr jobject, IntPtr jmethod);
static member CallByteMethod : nativeint * nativeint -> sbyte
Parameters
- jobject
-
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
CallByteMethod(IntPtr, IntPtr, JValue*)
public static sbyte CallByteMethod (IntPtr jobject, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallByteMethod : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> sbyte
Parameters
- jobject
-
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
CallByteMethod(IntPtr, IntPtr, JValue[])
public static sbyte CallByteMethod (IntPtr jobject, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member CallByteMethod : nativeint * nativeint * Android.Runtime.JValue[] -> sbyte
Parameters
- jobject
-
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.