JavaClass.Create

Syntax

Create(ClassName: String);

Parameters

ClassName. Class name in JNI signature.

Description

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

See also:

JavaClass