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.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public interface IDeclaredJavaObject : IJavaObject, 
	IJavaObjectBase

The IDeclaredJavaObject type exposes the following members.

Properties
  NameDescription
Public propertyJniClassName
The JNI class name of this IJavaObject
(Inherited from IJavaObjectBase.)
Public propertyJVMType
The IJavaType of this IJavaObject
(Inherited from IJavaObjectBase.)
Public propertyPointer
The native pointer of the object
(Inherited from IJavaObjectBase.)
Top
Methods
  NameDescription
Public methodDeclaredInvoke
Invokes an instance member on this IJavaObject
Public methodGetDeclaredField
Gets an instance field
Public methodGetField
Gets an instance field
(Inherited from IJavaObject.)
Public methodInvoke
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 IJavaObject to an array value
(Inherited from IJavaObjectBase.)
Public methodToPrimitive
Converts this IJavaObject to a primitive value
(Inherited from IJavaObjectBase.)
Top
See Also