JNIEnv.NewObject Método

Definición

Sobrecargas

NewObject(IntPtr, IntPtr, JValue*)

public static IntPtr NewObject(IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue* parms);
static member NewObject : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> nativeint

Parámetros

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

Devoluciones

IntPtr

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

NewObject(IntPtr, IntPtr, JValue[])

public static IntPtr NewObject(IntPtr jclass, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member NewObject : nativeint * nativeint * Android.Runtime.JValue[] -> nativeint

Parámetros

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

Devoluciones

IntPtr

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

NewObject(IntPtr, IntPtr)

public static IntPtr NewObject(IntPtr jclass, IntPtr jmethod);
static member NewObject : nativeint * nativeint -> nativeint

Parámetros

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

Devoluciones

IntPtr

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