MCPcopy Index your code
hub / github.com/java-native-access/jna / invoke

Method invoke

src/com/sun/jna/Function.java:308–310  ·  view source on GitHub ↗

Invoke the native function with the given arguments, returning the native result as an Object.

(Class<?> returnType, Object[] inArgs)

Source from the content-addressed store, hash-verified

306 * native result as an Object.
307 */
308 public Object invoke(Class<?> returnType, Object[] inArgs) {
309 return invoke(returnType, inArgs, this.options);
310 }
311
312 /** Invoke the native function with the given arguments, returning the
313 * native result as an Object.

Callers 11

countGpusNVMethod · 0.95
_invokeNativeObjectMethod · 0.95
invokeObjectMethod · 0.95
invokePointerMethod · 0.95
invokeStringMethod · 0.95
invokeIntMethod · 0.95
invokeLongMethod · 0.95
invokeFloatMethod · 0.95
invokeDoubleMethod · 0.95
invokeVoidMethod · 0.95

Calls 15

isVarArgsMethod · 0.95
fixedArgsMethod · 0.95
convertArgumentMethod · 0.95
getInstanceMethod · 0.95
nativeTypeMethod · 0.95
nativeTypeMethod · 0.95
fromNativeMethod · 0.95
autoReadMethod · 0.95
invokeVoidMethod · 0.95
valueOfMethod · 0.95

Tested by 1