Click or drag to resize

IJavaArray Properties

The IJavaArray type exposes the following members.

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