JniEnvironment.StaticMethods.CallStaticLongMethod Método

Definición

Sobrecargas

CallStaticLongMethod(JniObjectReference, JniMethodInfo)

public static long CallStaticLongMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticLongMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> int64

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

CallStaticLongMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

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

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