JniEnvironment.StaticMethods.CallStaticLongMethod Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| CallStaticLongMethod(JniObjectReference, JniMethodInfo) | |
| CallStaticLongMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*) |
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
- type
- JniObjectReference
- 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
- type
- JniObjectReference
- method
- JniMethodInfo
- args
- JniArgumentValue*
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.