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