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.14.220818-82c2bf79b6e60a4d98fb4d1695305d68a91adf44
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