![]() | IJava |
The IJavaObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsNull | Returns if this IJavaObject is a null object within the JVM |
![]() | JniClassName |
The JNI class name of this IJavaObjectBase (Inherited from IJavaObjectBase) |
![]() | JVMType |
The IJavaType of this IJavaObjectBase (Inherited from IJavaObjectBase) |
![]() | Pointer |
The native pointer of the object
(Inherited from IJavaObjectBase) |
Name | Description | |
---|---|---|
![]() | GetField(String) | Gets an instance field |
![]() | GetFieldTReturn(String) | Gets an instance field |
![]() | Invoke(String, Object) | Invokes an instance member on this IJavaObject using methodName and search criteria based on args |
![]() | InvokeTReturn(String, Object) | Invokes an instance member on this IJavaObject using methodName and search criteria based on args |
![]() | InvokeWithSignature(String, String, Object) | Invokes an instance member on this IJavaObject using methodName and search criteria based on signature |
![]() | InvokeWithSignatureTReturn(String, String, Object) | Invokes an instance member on this IJavaObject using methodName and search criteria based on signature |
![]() | MonitorEnter |
Enters the monitor associated with the underlying with this IJavaObjectBase (Inherited from IJavaObjectBase) |
![]() | MonitorExit |
Exits the monitor associated with the underlying with this IJavaObjectBase (Inherited from IJavaObjectBase) |
![]() | SetField | Sets an instance field |
![]() | ToArray |
Converts this IJavaObjectBase to an array value
(Inherited from IJavaObjectBase) |
![]() | ToPrimitive |
Converts this IJavaObjectBase to a primitive value
(Inherited from IJavaObjectBase) |
Name | Description | |
---|---|---|
![]() | GetListener |
Returns the IJVMBridgeBase associated to the JVM reference
(Defined by JCOBridgeExtensions) |