IDeclared |
The IDeclaredJavaObject type exposes the following members.
Name | Description | |
---|---|---|
DeclaredInvoke(String, Object) | Invokes an instance member on this IJavaObject | |
DeclaredInvokeTReturn(String, Object) | Invokes an instance member on this IJavaObject | |
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) |