Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.IsInstanceOf

static function IsInstanceOf(obj: IntPtr, clazz: IntPtr): bool;
static bool IsInstanceOf(IntPtr obj, IntPtr clazz);
static def IsInstanceOf(obj as IntPtr, clazz as IntPtr) as bool

Description

Tests whether an object is an instance of a class.