AndroidJNI

AndroidJNI.GetSuperclass 获取超类

static function GetSuperclass (clazz : IntPtr) : IntPtr

Description描述

If clazz represents any class other than the class Object, then this function returns the object that represents the superclass of the class specified by clazz.

如果 clazz 代表类而非类 object,则该函数返回由 clazz 所指定的类的超类。 

If clazz specifies the class Object, or clazz represents an interface, this function returns NULL.

如果 clazz 指定类 Object,或代表某个接口,则该函数返回 NULL。 

参见: Java Native Interface Specification (Oracle)

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

本脚本参考基于Unity 3.4.1f5

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