JNIEnv.StartCreateInstance メソッド

定義

オーバーロード

StartCreateInstance(IntPtr, IntPtr, JValue*)

public static IntPtr StartCreateInstance(IntPtr jclass, IntPtr constructorId, Android.Runtime.JValue* constructorParameters);
static member StartCreateInstance : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> nativeint

パラメーター

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

constructorParameters
JValue*

返品

IntPtr

nativeint

注釈

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

適用対象

StartCreateInstance(IntPtr, IntPtr, JValue[])

public static IntPtr StartCreateInstance(IntPtr jclass, IntPtr constructorId, params Android.Runtime.JValue[] constructorParameters);
static member StartCreateInstance : nativeint * nativeint * Android.Runtime.JValue[] -> nativeint

パラメーター

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

constructorParameters
JValue[]

返品

IntPtr

nativeint

注釈

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

適用対象

StartCreateInstance(String, String, JValue*)

public static IntPtr StartCreateInstance(string jniClassName, string jniCtorSignature, Android.Runtime.JValue* constructorParameters);
static member StartCreateInstance : string * string * nativeptr<Android.Runtime.JValue> -> nativeint

パラメーター

jniClassName
String
jniCtorSignature
String
constructorParameters
JValue*

返品

IntPtr

nativeint

注釈

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

適用対象

StartCreateInstance(String, String, JValue[])

public static IntPtr StartCreateInstance(string jniClassName, string jniCtorSignature, params Android.Runtime.JValue[] constructorParameters);
static member StartCreateInstance : string * string * Android.Runtime.JValue[] -> nativeint

パラメーター

jniClassName
String
jniCtorSignature
String
constructorParameters
JValue[]

返品

IntPtr

nativeint

注釈

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

適用対象

StartCreateInstance(Type, String, JValue*)

public static IntPtr StartCreateInstance(Type type, string jniCtorSignature, Android.Runtime.JValue* constructorParameters);
static member StartCreateInstance : Type * string * nativeptr<Android.Runtime.JValue> -> nativeint

パラメーター

type
Type
jniCtorSignature
String
constructorParameters
JValue*

返品

IntPtr

nativeint

注釈

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

適用対象

StartCreateInstance(Type, String, JValue[])

public static IntPtr StartCreateInstance(Type type, string jniCtorSignature, params Android.Runtime.JValue[] constructorParameters);
static member StartCreateInstance : Type * string * Android.Runtime.JValue[] -> nativeint

パラメーター

type
Type
jniCtorSignature
String
constructorParameters
JValue[]

返品

IntPtr

nativeint

注釈

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

適用対象