JNA API 4.0.0

com.sun.jna

Class MethodParameterContext

    • Constructor Summary

      Constructors 
      Constructor and Description
      MethodParameterContext(Function f, java.lang.Object[] args, int index, java.lang.reflect.Method m) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.reflect.Method getMethod()
      Get the Method in the Library instance the Function was called from.
      • Methods inherited from class java.lang.Object

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

      • MethodParameterContext

        MethodParameterContext(Function f,
                              java.lang.Object[] args,
                              int index,
                              java.lang.reflect.Method m)
    • Method Detail

      • getMethod

        public java.lang.reflect.Method getMethod()
        Get the Method in the Library instance the Function was called from.
JNA API 4.0.0

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