IJavaClassObject

Assembly: Java;

Description

The IJavaClassObject interface is used to work with an object that is an instance of Java class.

Inheritance Hierarchy

IJavaClassObject

Properties

  Property name Brief description
Field The Field property determines a field value for Java class object instance.

Properties inherited from IJavaObject

  Property name Brief description
Type The Type property returns object type.
Value The Value property returns object value.

Methods

  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:

Java Assembly Interfaces