JNIEnv.CreateInstance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
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
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
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
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
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
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.