|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.FromNativeContext
com.sun.jna.FunctionResultContext
com.sun.jna.MethodResultContext
public class MethodResultContext
Provide result conversion context for a function call that is called via a Library interface.
Constructor Summary | |
---|---|
MethodResultContext(java.lang.Class resultClass,
Function function,
java.lang.Object[] args,
java.lang.reflect.Method method)
|
Method Summary | |
---|---|
java.lang.reflect.Method |
getMethod()
Get the Method used to invoke this function call. |
Methods inherited from class com.sun.jna.FunctionResultContext |
---|
getArguments, getFunction |
Methods inherited from class com.sun.jna.FromNativeContext |
---|
getTargetType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MethodResultContext(java.lang.Class resultClass, Function function, java.lang.Object[] args, java.lang.reflect.Method method)
Method Detail |
---|
public java.lang.reflect.Method getMethod()
|
JNA API> 3.2.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |