JNIEnv.StartCreateInstance Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- jclass
-
IntPtr
nativeint
- constructorId
-
IntPtr
nativeint
- constructorParameters
- JValue*
Devoluciones
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
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
Parámetros
- jclass
-
IntPtr
nativeint
- constructorId
-
IntPtr
nativeint
- constructorParameters
- JValue[]
Devoluciones
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
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
Parámetros
- jniClassName
- String
- jniCtorSignature
- String
- constructorParameters
- JValue*
Devoluciones
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
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
Parámetros
- jniClassName
- String
- jniCtorSignature
- String
- constructorParameters
- JValue[]
Devoluciones
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
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
Parámetros
- type
- Type
- jniCtorSignature
- String
- constructorParameters
- JValue*
Devoluciones
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
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
Parámetros
- type
- Type
- jniCtorSignature
- String
- constructorParameters
- JValue[]
Devoluciones
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.