com.sun.jna

Class FunctionResultContext

public class FunctionResultContext extends FromNativeContext

Provide result conversion context for a function call.
Constructor Summary
FunctionResultContext(Class resultClass, Function function, Object[] args)
Method Summary
Object[]getArguments()
Get the arguments used in this function call.
FunctiongetFunction()
Get the function that was invoked.

Constructor Detail

FunctionResultContext

FunctionResultContext(Class resultClass, Function function, Object[] args)

Method Detail

getArguments

public Object[] getArguments()
Get the arguments used in this function call.

getFunction

public Function getFunction()
Get the function that was invoked.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.