Freigeben über


JNIEnv.CallStaticBooleanMethod Methode

Definition

Überlädt

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

Parameter

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

Gibt zurück

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

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

Parameter

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

Gibt zurück

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

CallStaticBooleanMethod(IntPtr, IntPtr)

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

Parameter

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

Gibt zurück

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: