Invoke(MethodName: String, MethodSig: String, Params: Array): Variant;
MethodName. Name of executed method. Parameter value is case sensitive
MethodSig. JNI signature of method.
Params. Array of parameter values sent to method.
The Invoke method executes static Java method and returns result of its work.
See also: