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.5.7.230503-5b2d77f31cef8c4bcaa15ef3ad392561e9e38aa6
Syntax
public interface IJavaType : IDisposable

The IJavaType type exposes the following members.

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