Click or drag to resize

IDeclaredJavaType Interface

Generic interface for all types implemented managing declared information

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

The IDeclaredJavaType type exposes the following members.

Properties
  NameDescription
Public propertyIsArray
if the is an array
(Inherited from IJavaType.)
Public propertyIsPrimitiveConvertible
if the type is primitive convertible, i.e. it is bool, byte, ... and string
(Inherited from IJavaType.)
Public propertyJniClassName
The name in the JNI form
(Inherited from IJavaType.)
Public propertyName
The type name
(Inherited from IJavaType.)
Public propertySuperClass
The superclass IJavaType of this IJavaType
(Inherited from IJavaType.)
Top
Methods
See Also