JNIEnv.FinishCreateInstance Method

Definition

Overloads

FinishCreateInstance(IntPtr, IntPtr, IntPtr, JValue*)
FinishCreateInstance(IntPtr, IntPtr, IntPtr, JValue[])
FinishCreateInstance(IntPtr, String, JValue*)
FinishCreateInstance(IntPtr, String, JValue[])

FinishCreateInstance(IntPtr, IntPtr, IntPtr, JValue*)

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

Parameters

instance
IntPtr

nativeint

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

constructorParameters
JValue*

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

FinishCreateInstance(IntPtr, IntPtr, IntPtr, JValue[])

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

Parameters

instance
IntPtr

nativeint

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

constructorParameters
JValue[]

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

FinishCreateInstance(IntPtr, String, JValue*)

public static void FinishCreateInstance (IntPtr instance, string jniCtorSignature, Android.Runtime.JValue* constructorParameters);
static member FinishCreateInstance : nativeint * string * nativeptr<Android.Runtime.JValue> -> unit

Parameters

instance
IntPtr

nativeint

jniCtorSignature
String
constructorParameters
JValue*

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

FinishCreateInstance(IntPtr, String, JValue[])

public static void FinishCreateInstance (IntPtr instance, string jniCtorSignature, params Android.Runtime.JValue[] constructorParameters);
static member FinishCreateInstance : nativeint * string * Android.Runtime.JValue[] -> unit

Parameters

instance
IntPtr

nativeint

jniCtorSignature
String
constructorParameters
JValue[]

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