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.5.7.230503-5b2d77f31cef8c4bcaa15ef3ad392561e9e38aa6
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 The IJavaType of this IJavaObjectBase
(Inherited from IJavaObjectBase)
Public propertyPointer The native pointer of the object
(Inherited from IJavaObjectBase)
Top
Methods
 NameDescription
Public methodDeclaredInvoke(String, Object) Invokes an instance member on this IJavaObject
Public methodDeclaredInvokeTReturn(String, Object) Invokes an instance member on this IJavaObject
Public methodGetDeclaredField Gets an instance field
Public methodGetField(String) Gets an instance field
(Inherited from IJavaObject)
Public methodInvoke(String, Object) Invokes an instance member on this IJavaObject
(Inherited from IJavaObject)
Public methodSetDeclaredField Sets an instance field
Public methodSetField Sets an instance field
(Inherited from IJavaObject)
Public methodToArray Converts this IJavaObjectBase to an array value
(Inherited from IJavaObjectBase)
Public methodToPrimitive Converts this IJavaObjectBase to a primitive value
(Inherited from IJavaObjectBase)
Top
Extension Methods
 NameDescription
Public Extension MethodGetListener Returns the IJVMBridgeBase associated to the JVM reference
(Defined by JCOBridgeExtensions)
Top
See Also