Click or drag to resize

IJavaObjectBase Properties

The IJavaObjectBase type exposes the following members.

Properties
 NameDescription
Public propertyIsGlobal Returns if this Pointer was set to be a Global reference
Public propertyIsNull Returns if this IJavaObjectBase is a null object within the JVM
Public propertyJniClassName The JNI class name of this IJavaObjectBase
Public propertyJVMType The IJavaType of this IJavaObjectBase
Public propertyPointer The native pointer of the object
Public propertyReferenceObject The IJavaObject referenced from the instance of IJavaObjectBase, maybe it is null in many conditions
Top
See Also