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 属性许可证中所述的术语使用。

适用于