Package com.sun.jna

Class MethodParameterContext

    • Constructor Detail

      • MethodParameterContext

        MethodParameterContext​(Function f,
                               Object[] args,
                               int index,
                               Method m)
    • Method Detail

      • getMethod

        public Method getMethod()
        Get the Method in the Library instance the Function was called from.