Click or drag to resize

IJavaObject Methods

The IJavaObject type exposes the following members.

Methods
 NameDescription
Public methodGetField(String) Gets an instance field
Public methodGetFieldTReturn(String) Gets an instance field
Public methodInvoke(String, Object) Invokes an instance member on this IJavaObject
Public methodInvokeTReturn(String, Object) Invokes an instance member on this IJavaObject
Public methodSetField Sets an instance field
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