JavaClass

Assembly: Java;

Description

The JavaClass class implements an object that is an analog of Java class.

Constructors

  Constructor name Brief description
Create The Create constructor creates an object that is an analog of Java class with the specified name.

Class object properties inherited from IJavaClass

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

Class object methods inherited from IJavaClass

  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 Classes