Interface ITypeLib2

    • Field Detail

      • assemblyFullName

        static final java.lang.String assemblyFullName
        Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        static final java.lang.String assemblyShortName
        Assembly name: mscorlib
        See Also:
        Constant Field Values
      • className

        static final java.lang.String className
        Qualified class name: System.Runtime.InteropServices.ComTypes.ITypeLib2
        See Also:
        Constant Field Values
    • Method Detail

      • getJCOObjectName

        java.lang.String getJCOObjectName()
        Returns the reflected Class name used to build the object
        Specified by:
        getJCOObjectName in interface IJCOBridgeReflected
        Specified by:
        getJCOObjectName in interface ITypeLib
        Returns:
        A String representing the name used to allocated the object in CLR context
      • getJCOType

        org.mases.jcobridge.JCType getJCOType()
        Returns the instantiated class Type
        Specified by:
        getJCOType in interface IJCOBridgeReflected
        Specified by:
        getJCOType in interface ITypeLib
        Returns:
        A JCType representing the Type of the instantiated Class
      • IsName

        boolean IsName​(java.lang.String szNameBuf,
                       int lHashVal)
                throws java.lang.Throwable
        Specified by:
        IsName in interface ITypeLib
        Throws:
        java.lang.Throwable
      • GetTypeInfoCount

        int GetTypeInfoCount()
                      throws java.lang.Throwable
        Specified by:
        GetTypeInfoCount in interface ITypeLib
        Throws:
        java.lang.Throwable
      • FindName

        void FindName​(java.lang.String szNameBuf,
                      int lHashVal,
                      JCORefOut<ITypeInfo[]> ppTInfo,
                      JCORefOut rgMemId,
                      JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Short>> pcFound)
               throws java.lang.Throwable
        Specified by:
        FindName in interface ITypeLib
        Throws:
        java.lang.Throwable
      • GetDocumentation

        void GetDocumentation​(int index,
                              JCORefOut strName,
                              JCORefOut strDocString,
                              JCORefOut<java.util.concurrent.atomic.AtomicInteger> dwHelpContext,
                              JCORefOut strHelpFile)
                       throws java.lang.Throwable
        Specified by:
        GetDocumentation in interface ITypeLib
        Throws:
        java.lang.Throwable
      • GetDocumentation2

        void GetDocumentation2​(int index,
                               JCORefOut pbstrHelpString,
                               JCORefOut<java.util.concurrent.atomic.AtomicInteger> pdwHelpStringContext,
                               JCORefOut pbstrHelpStringDll)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable