Skip navigation links
JNA API 5.3.1
com.sun.jna

Class FromNativeContext

    • Constructor Summary

      Constructors 
      Constructor and Description
      FromNativeContext(java.lang.Class<?> javaType) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Class<?> getTargetType()
      The desired Java type of the result.
      • Methods inherited from class java.lang.Object

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

      • FromNativeContext

        FromNativeContext(java.lang.Class<?> javaType)
    • Method Detail

      • getTargetType

        public java.lang.Class<?> getTargetType()
        The desired Java type of the result.
JNA API 5.3.1

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