public static function CallByteMethod(obj:
IntPtr,
methodID: IntPtr,
args: jvalue[]):
byte;
public static byte CallByteMethod(IntPtr obj,
IntPtr methodID,
jvalue[] args);
public static
def CallByteMethod(obj as IntPtr,
methodID as IntPtr,
args as jvalue[])
as byte