Lenguaje

JniEnvironment.StaticMethods.CallStaticCharMethod Método

Definición

Sobrecargas

CallStaticCharMethod(JniObjectReference, JniMethodInfo)

public static char CallStaticCharMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticCharMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> char

Parámetros

method
JniMethodInfo

Devoluciones

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

CallStaticCharMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

public static char CallStaticCharMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args);
static member CallStaticCharMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo * nativeptr<Java.Interop.JniArgumentValue> -> char

Parámetros

method
JniMethodInfo

Devoluciones

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