Package com.sun.jna
Class MethodResultContext
java.lang.Object
com.sun.jna.FromNativeContext
com.sun.jna.FunctionResultContext
com.sun.jna.MethodResultContext
Provide result conversion context for a function call that is called via
a Library interface.
-
Constructor Summary
ConstructorsConstructorDescriptionMethodResultContext
(Class<?> resultClass, Function function, Object[] args, Method method) -
Method Summary
Methods inherited from class com.sun.jna.FunctionResultContext
getArguments, getFunction
Methods inherited from class com.sun.jna.FromNativeContext
getTargetType
-
Constructor Details
-
MethodResultContext
-
-
Method Details
-
getMethod
- Returns:
- The
Method
used to invoke this function call.
-