共用方式為


JNIEnv.CreateInstance 方法

定義

多載

CreateInstance(Type, String, JValue*)
CreateInstance(Type, String, JValue[])
CreateInstance(String, String, JValue[])
CreateInstance(IntPtr, String, JValue*)
CreateInstance(IntPtr, String, JValue[])
CreateInstance(String, String, JValue*)

CreateInstance(Type, String, JValue*)

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

參數

type
Type
signature
String
constructorParameters
JValue*

傳回

IntPtr

nativeint

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateInstance(Type, String, JValue[])

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

參數

type
Type
signature
String
constructorParameters
JValue[]

傳回

IntPtr

nativeint

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateInstance(String, String, JValue[])

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

參數

jniClassName
String
signature
String
constructorParameters
JValue[]

傳回

IntPtr

nativeint

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateInstance(IntPtr, String, JValue*)

public static IntPtr CreateInstance (IntPtr jniClass, string signature, Android.Runtime.JValue* constructorParameters);
static member CreateInstance : nativeint * string * nativeptr<Android.Runtime.JValue> -> nativeint

參數

jniClass
IntPtr

nativeint

signature
String
constructorParameters
JValue*

傳回

IntPtr

nativeint

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateInstance(IntPtr, String, JValue[])

public static IntPtr CreateInstance (IntPtr jniClass, string signature, params Android.Runtime.JValue[] constructorParameters);
static member CreateInstance : nativeint * string * Android.Runtime.JValue[] -> nativeint

參數

jniClass
IntPtr

nativeint

signature
String
constructorParameters
JValue[]

傳回

IntPtr

nativeint

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateInstance(String, String, JValue*)

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

參數

jniClassName
String
signature
String
constructorParameters
JValue*

傳回

IntPtr

nativeint

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於