Package com.sun.jna

Class FunctionParameterContext

java.lang.Object
com.sun.jna.ToNativeContext
com.sun.jna.FunctionParameterContext
Direct Known Subclasses:
MethodParameterContext

public class FunctionParameterContext extends ToNativeContext
  • Constructor Details

    • FunctionParameterContext

      FunctionParameterContext(Function f, Object[] args, int index)
  • Method Details

    • getFunction

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

      public Object[] getParameters()
      Get the arguments used in this function call.
    • getParameterIndex

      public int getParameterIndex()