AndroidJNI

AndroidJNI.CallStringMethod 调用字符串方法

static function CallStringMethod (obj : IntPtr, methodID : IntPtr, args : jvalue[]) : string

Description描述

Calls an instance (nonstatic) Java method defined by methodID, optionally passing an array of arguments (args) to the method.

调用一个由methodID定义的实例的Java方法,可选择传递参数(args)的数组到这个方法。

This is a convenience function that calls CallObjectMethod() with the same parameters, but creates a managed string from the result.

这是一个方便的函数,调用带有相同参数的CallObjectMethod(),但从整个结果创建一个托管字符串。

参见: Java Native Interface Specification (Oracle)

最后修改:2011年4月12日 Tuesday 16:49

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。