Package com.sun.jna
Class FunctionResultContext
- java.lang.Object
- 
- com.sun.jna.FromNativeContext
- 
- com.sun.jna.FunctionResultContext
 
 
- 
- Direct Known Subclasses:
- MethodResultContext
 
 public class FunctionResultContext extends FromNativeContext Provide result conversion context for a function call.
- 
- 
Constructor SummaryConstructors Constructor Description FunctionResultContext(java.lang.Class<?> resultClass, Function function, java.lang.Object[] args)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]getArguments()FunctiongetFunction()- 
Methods inherited from class com.sun.jna.FromNativeContextgetTargetType
 
- 
 
- 
- 
- 
Constructor Detail- 
FunctionResultContextFunctionResultContext(java.lang.Class<?> resultClass, Function function, java.lang.Object[] args)
 
- 
 
-