Assembly: Java;
The IJavaClass interface is used to work with Java classes.
IJavaClass
| Property name | Brief description | |
| Field | The Field property determines a class field value. |
| Method name | Brief description | |
| CreateObject | The CreateObject method creates an instance of Java class by means of class constructor call. | |
| Invoke | The Invoke method executes static Java method and returns result of its work. |
See also: