AndroidJNI.GetSuperclass

Declaration

public static IntPtr GetSuperclass(IntPtr clazz);

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.

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

Additional resources: Java Native Interface Specification (Oracle)


Did you find this page useful? Please give it a rating: