AndroidJNI

AndroidJNI.AttachCurrentThread 附加当前线程

static function AttachCurrentThread () : int

Description描述

Attaches the current thread to a Java (Dalvik) VM.

附加当前线程到一个Java(Dalvik)虚拟机。

A thread must be attached to the VM before any other JNI calls can be made.

一个线程必须附加到虚拟机,在任何其他JNI可调用之前。

Returns 0 on success; returns a negative number on failure.

成功返回0,失败返回一个负数。

参见: Java Native Interface Specification (Oracle)

最后修改:2011年4月12日 Tuesday 11:15

本脚本参考基于Unity 3.4.1f5

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