public static function CallStaticBooleanMethod(clazz:
IntPtr,
methodID: IntPtr,
args: jvalue[]):
        bool;
      
                  public static bool CallStaticBooleanMethod(IntPtr clazz,
IntPtr methodID,
jvalue[] args);
    
                  public static
      def CallStaticBooleanMethod(clazz as IntPtr,
 methodID as IntPtr,
 args as jvalue[])
      
        as bool