com.sun.jna
Class MethodResultContext
java.lang.Object
  
com.sun.jna.FromNativeContext
      
com.sun.jna.FunctionResultContext
          
com.sun.jna.MethodResultContext
public class MethodResultContext
- extends FunctionResultContext
 
Provide result conversion context for a function call that is called via
 a Library interface.
 
| 
Method Summary | 
 Method | 
getMethod()
 
          Get the Method used to invoke this function call. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MethodResultContext
MethodResultContext(Class resultClass,
                    Function function,
                    Object[] args,
                    Method method)
getMethod
public Method getMethod()
- Get the Method used to invoke this function call.
 
 
Copyright © 2007-2013 Timothy Wall. All Rights Reserved.