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 propertyJniClassName The name in the JNI form
Public propertyName The type name
Public propertySuperClass The superclass IJavaType of this IJavaType
Top
See Also