JNIEnv.InvokeConstructor Method

Definition

Overloads

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

InvokeConstructor(IntPtr, String, JValue*)

public static void InvokeConstructor (IntPtr instance, string jniCtorSignature, Android.Runtime.JValue* constructorParameters);
static member InvokeConstructor : 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

InvokeConstructor(IntPtr, String, JValue[])

public static void InvokeConstructor (IntPtr instance, string jniCtorSignature, params Android.Runtime.JValue[] constructorParameters);
static member InvokeConstructor : 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