JNIEnv.CreateInstance Method

Definition

Overloads

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

Parameters

type
Type
signature
String
constructorParameters
JValue*

Returns

IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

type
Type
signature
String
constructorParameters
JValue[]

Returns

IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

jniClassName
String
signature
String
constructorParameters
JValue[]

Returns

IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

jniClass
IntPtr

nativeint

signature
String
constructorParameters
JValue*

Returns

IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

jniClass
IntPtr

nativeint

signature
String
constructorParameters
JValue[]

Returns

IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

jniClassName
String
signature
String
constructorParameters
JValue*

Returns

IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to