Click or drag to resize

IJavaType Properties

The IJavaType type exposes the following members.

Properties
 NameDescription
Public propertyIsArray if the IJavaType is an array
Public propertyIsPrimitiveConvertible if the IJavaType is primitive convertible, i.e. it is bool, byte, ... and string
Public propertyIsRawPrimitive if the IJavaType is a raw primitive type, i.e. it is boolean, byte, and so on
Public propertyJniClassName The name in the JNI form
Public propertyName The type name
Public propertySuperClass The superclass IJavaType of this IJavaType
Top
See Also