Click or drag to resize

IDeclaredJavaObject Interface

Interface to directly access all objects allocated from JVM, acts on declared references

Namespace:  MASES.JCOBridge.C2JBridge.JVMInterop
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.12.220507-908f547aedf9e08963d047b783e99d6b2ed61a1c
Syntax
public interface IDeclaredJavaObject : IJavaObject, 
	IJavaObjectBase

The IDeclaredJavaObject type exposes the following members.

Properties
  NameDescription
Public propertyIsNull
Returns if this IJavaObject is a null object within the JVM
(Inherited from IJavaObject.)
Public propertyJniClassName
The JNI class name of this IJavaObjectBase
(Inherited from IJavaObjectBase.)
Public propertyJVMType (Inherited from IJavaObjectBase.)
Public propertyPointer
The native pointer of the object
(Inherited from IJavaObjectBase.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodGetListener
Returns the IJVMBridgeBase associated to the JVM reference
(Defined by JCOBridgeExtensions.)
Top
See Also