JNA API 4.1.0-SNAPSHOT
com.sun.jna

Class FunctionResultContext

    • Constructor Summary

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

      Methods 
      Modifier and Type Method and Description
      java.lang.Object[] getArguments()
      Get the arguments used in this function call.
      Function getFunction()
      Get the function that was invoked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionResultContext

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

      • getFunction

        public Function getFunction()
        Get the function that was invoked.
      • getArguments

        public java.lang.Object[] getArguments()
        Get the arguments used in this function call.
JNA API 4.1.0-SNAPSHOT

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