Assembly: Java;
The JavaClassObject class implements an object that is an instance of Java class.
Constructor name | Brief description | |
Create | The Create constructor creates an object based on the specified value. | |
CreateClass | The CreateClass constructor creates an object that is an instance of Java class according to the specified parameters. |
Property name | Brief description | |
Field | The Field property determines a field value for Java class object instance. |
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: