JNIEnv.CallNonvirtualByteMethod メソッド

定義

オーバーロード

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

CallNonvirtualByteMethod(IntPtr, IntPtr, IntPtr, JValue[])

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

パラメーター

jobject
IntPtr

nativeint

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

戻り値

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

CallNonvirtualByteMethod(IntPtr, IntPtr, IntPtr)

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

パラメーター

jobject
IntPtr

nativeint

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

戻り値

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

CallNonvirtualByteMethod(IntPtr, IntPtr, IntPtr, JValue*)

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

パラメーター

jobject
IntPtr

nativeint

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

戻り値

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象