IJavaClass

Assembly: Java;

Description

The IJavaClass interface is used to work with Java classes.

Inheritance Hierarchy

IJavaClass

Properties

  Property name Brief description
Field The Field property determines a class field value.

Methods

  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:

Java Assembly Interfaces