CallStaticVoidMethod() public static method

public static CallStaticVoidMethod ( IntPtr clazz, IntPtr methodID, jvalue args ) : void
clazz System.IntPtr
methodID System.IntPtr
args jvalue
return void
コード例 #1
0
 public static void CallStaticVoidMethod(IntPtr clazz, IntPtr methodID, jvalue[] args)
 {
     try { AndroidJNI.CallStaticVoidMethod(clazz, methodID, args); } finally { CheckException(); }
 }