Assembly: Java;
The IJavaClassObject interface is used to work with an object that is an instance of Java class.
IJavaClassObject
Property name | Brief description | |
Field | The Field property determines a field value for Java class object instance. |
Property name | Brief description | |
Type | The Type property returns object type. | |
Value | The Value property returns object value. |
Method name | Brief description | |
Invoke | The Invoke method executes method for Java class instance and returns result of its work. | |
InvokeNonvirtual | The InvokeNonvirtual method executes non-virtual method, which implementation is in the specified Java class, and returns result of its work. |
See also: