IJava |
The IJavaObject type exposes the following members.
| Name | Description | |
|---|---|---|
| IsGlobal |
Returns if this Pointer was set to be a Global reference
(Inherited from IJavaObjectBase) | |
| IsNull |
Returns if this IJavaObjectBase is a null object within the JVM
(Inherited from IJavaObjectBase) | |
| 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) | |
| ReferenceObject |
The IJavaObject referenced from the instance of IJavaObjectBase, maybe it is null in many conditions
(Inherited from IJavaObjectBase) |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| 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) |