JNIEnv.StartCreateInstance Method

Definition

Overloads

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

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

Parameters

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

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

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

Parameters

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

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

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

Parameters

jniClassName
String
jniCtorSignature
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

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

Parameters

jniClassName
String
jniCtorSignature
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

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

Parameters

type
Type
jniCtorSignature
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

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

Parameters

type
Type
jniCtorSignature
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