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