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.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public interface IDeclaredJavaType : IJavaType, 
	IDisposable

The IDeclaredJavaType type exposes the following members.

Properties
  NameDescription
Public propertyIsArray
True if the is an array
(Inherited from IJavaType.)
Public propertyIsPrimitiveConvertible
True of 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
  NameDescription
Public methodDeclaredInvoke
Invokes a static member on this IJavaType
Public methodDeclaredNew
Creates a new object of this IJavaType
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDeclaredField
Gets a static field
Public methodGetField
Gets a static field
(Inherited from IJavaType.)
Public methodInvoke
Invokes a static member on this IJavaType
(Inherited from IJavaType.)
Public methodNew
Creates a new object of this IJavaType
(Inherited from IJavaType.)
Public methodSetDeclaredField
Sets a static field
Public methodSetField
Sets a static field
(Inherited from IJavaType.)
Top
See Also