static function IsInstanceOf (obj : IntPtr, clazz : IntPtr) : bool
Description描述
Tests whether an object is an instance of a class.
测试对象是否为某个类的实例。
参见: Java Native Interface Specification (Oracle)