JNIEnv.NewObject メソッド

定義

オーバーロード

NewObject(IntPtr, IntPtr, JValue*)

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

パラメーター

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

返品

IntPtr

nativeint

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

NewObject(IntPtr, IntPtr, JValue[])

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

パラメーター

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

返品

IntPtr

nativeint

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

NewObject(IntPtr, IntPtr)

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

パラメーター

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

返品

IntPtr

nativeint

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象