IDeclared |
The IDeclaredJavaObject 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 | |
|---|---|---|
| DeclaredInvoke(String, Object) | Invokes an instance member on this IJavaObject | |
| DeclaredInvokeTReturn(String, Object) | Invokes an instance member on this IJavaObject | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| GetDeclaredField | Gets an instance field | |
| GetField(String) |
Gets an instance field
(Inherited from IJavaObject) | |
| Invoke(String, Object) |
Invokes an instance member on this IJavaObject using methodName and search criteria based on args (Inherited from IJavaObject) | |
| InvokeWithSignature(String, String, Object) |
Invokes an instance member on this IJavaObject using methodName and search criteria based on signature (Inherited from IJavaObject) | |
| 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) | |
| SetDeclaredField | Sets an instance field | |
| SetField |
Sets an instance field
(Inherited from IJavaObject) | |
| 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) |