Click or drag to resize

IJavaType Interface

Generic interface for all types implemented

Namespace:  MASES.JCOBridge.C2JBridge.JVMInterop
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.12.220507-908f547aedf9e08963d047b783e99d6b2ed61a1c
Syntax
public interface IJavaType : IDisposable

The IJavaType type exposes the following members.

Properties
  NameDescription
Public propertyIsArray
if the is an array
Public propertyIsPrimitiveConvertible
if the type 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
Methods
See Also