Click or drag to resize

IJavaObjectBase Interface

Base interface for all objects allocated from JVM

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.17.240622-f0da58d62b7e98f73f32432917df8eb1a5f062a3
Syntax
public interface IJavaObjectBase

The IJavaObjectBase type exposes the following members.

Properties
 NameDescription
Public propertyJniClassName The JNI class name of this IJavaObjectBase
Public propertyJVMType The IJavaType of this IJavaObjectBase
Public propertyPointer The native pointer of the object
Top
Methods
 NameDescription
Public methodMonitorEnter Enters the monitor associated with the underlying with this IJavaObjectBase
Public methodMonitorExit Exits the monitor associated with the underlying with this IJavaObjectBase
Public methodToArray Converts this IJavaObjectBase to an array value
Public methodToPrimitive Converts this IJavaObjectBase to a primitive value
Public methodToPrimitiveTReturn Converts this IJavaObjectBase to a primitive value
Top
See Also