Class FUNCKIND

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Private.CoreLib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Runtime.InteropServices.ComTypes.FUNCKIND
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
      • FUNC_VIRTUAL

        public static FUNCKIND FUNC_VIRTUAL
      • FUNC_PUREVIRTUAL

        public static FUNCKIND FUNC_PUREVIRTUAL
      • FUNC_NONVIRTUAL

        public static FUNCKIND FUNC_NONVIRTUAL
      • FUNC_STATIC

        public static FUNCKIND FUNC_STATIC
      • FUNC_DISPATCH

        public static FUNCKIND FUNC_DISPATCH
    • Constructor Detail

      • FUNCKIND

        public FUNCKIND​(java.lang.Object instance)
        Internal constructor. Use with caution
      • FUNCKIND

        public FUNCKIND()