JNA API 4.1.0
com.sun.jna

Class MethodResultContext



  • public class MethodResultContext
    extends FunctionResultContext
    Provide result conversion context for a function call that is called via a Library interface.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MethodResultContext(java.lang.Class resultClass, Function function, java.lang.Object[] args, java.lang.reflect.Method method) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.reflect.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
    • Constructor Detail

      • MethodResultContext

        MethodResultContext(java.lang.Class resultClass,
                           Function function,
                           java.lang.Object[] args,
                           java.lang.reflect.Method method)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
        Get the Method used to invoke this function call.
JNA API 4.1.0

Copyright © 2007-2014 Timothy Wall. All Rights Reserved.