InvokeNonvirtual(Class_: IJavaClass, MethodName: String, MethodSig: String, Params: Array): Variant;
Class_. The class that contains implementation of called method.
MethodName. Name of executed method.
MethodSig. JNI signature of method.
Params. Array of parameter values sent to method.
The InvokeNonvirtual method executes non-virtual method, which implementation is in the specified Java class, and returns result of its work.
See also: