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 SummaryConstructorsConstructorDescriptionMethodResultContext(Class<?> resultClass, Function function, Object[] args, Method method) 
- 
Method SummaryMethods inherited from class com.sun.jna.FunctionResultContextgetArguments, getFunctionMethods inherited from class com.sun.jna.FromNativeContextgetTargetType
- 
Constructor Details- 
MethodResultContext
 
- 
- 
Method Details- 
getMethod- Returns:
- The Methodused to invoke this function call.
 
 
-