Compartir a través de


JNIEnv.CallStaticBooleanMethod Método

Definición

Sobrecargas

CallStaticBooleanMethod(IntPtr, IntPtr, JValue*)
CallStaticBooleanMethod(IntPtr, IntPtr, JValue[])
CallStaticBooleanMethod(IntPtr, IntPtr)

CallStaticBooleanMethod(IntPtr, IntPtr, JValue*)

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

Parámetros

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

CallStaticBooleanMethod(IntPtr, IntPtr, JValue[])

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

Parámetros

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

CallStaticBooleanMethod(IntPtr, IntPtr)

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

Parámetros

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

Devoluciones

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a