JniEnvironment.StaticMethods.CallStaticVoidMethod Método

Definición

Sobrecargas

CallStaticVoidMethod(JniObjectReference, JniMethodInfo)

public static void CallStaticVoidMethod(Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method);
static member CallStaticVoidMethod : Java.Interop.JniObjectReference * Java.Interop.JniMethodInfo -> unit

Parámetros

method
JniMethodInfo

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

CallStaticVoidMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)

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

Parámetros

method
JniMethodInfo

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