Package com.sun.jna
Klasse FunctionParameterContext
java.lang.Object
com.sun.jna.ToNativeContext
com.sun.jna.FunctionParameterContext
- Bekannte direkte Unterklassen:
MethodParameterContext
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet the function that was invoked.int
Object[]
Get the arguments used in this function call.
-
Konstruktordetails
-
FunctionParameterContext
-
-
Methodendetails
-
getFunction
Get the function that was invoked. -
getParameters
Get the arguments used in this function call. -
getParameterIndex
public int getParameterIndex()
-