IJavaClass.Invoke

Syntax

Invoke(MethodName: String, MethodSig: String, Params: Array): Variant;

Parameters

MethodName. Name of executed method. Parameter value is case sensitive

MethodSig. JNI signature of method.

Params. Array of parameter values sent to method.

Description

The Invoke method executes static Java method and returns result of its work.

See also:

IJavaClass