Interface ITypeInfo2

    • Field Detail

      • assemblyFullName

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

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

        static final java.lang.String className
        Qualified class name: System.Runtime.InteropServices.ComTypes.ITypeInfo2
        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 ITypeInfo
        Returns:
        A String representing the name used to allocated the object in CLR context
      • 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 ITypeInfo
        Throws:
        java.lang.Throwable
      • GetDocumentation2

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

        void GetFuncCustData​(int index,
                             JCORefOut<Guid> guid,
                             JCORefOut<NetObject> pVarVal)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetFuncIndexOfMemId

        void GetFuncIndexOfMemId​(int memid,
                                 INVOKEKIND invKind,
                                 JCORefOut<java.util.concurrent.atomic.AtomicInteger> pFuncIndex)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetIDsOfNames

        void GetIDsOfNames​(java.lang.String[] rgszNames,
                           int cNames,
                           JCORefOut pMemId)
                    throws java.lang.Throwable
        Specified by:
        GetIDsOfNames in interface ITypeInfo
        Throws:
        java.lang.Throwable
      • GetImplTypeCustData

        void GetImplTypeCustData​(int index,
                                 JCORefOut<Guid> guid,
                                 JCORefOut<NetObject> pVarVal)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetMops

        void GetMops​(int memid,
                     JCORefOut pBstrMops)
              throws java.lang.Throwable
        Specified by:
        GetMops in interface ITypeInfo
        Throws:
        java.lang.Throwable
      • GetNames

        void GetNames​(int memid,
                      JCORefOut rgBstrNames,
                      int cMaxNames,
                      JCORefOut<java.util.concurrent.atomic.AtomicInteger> pcNames)
               throws java.lang.Throwable
        Specified by:
        GetNames in interface ITypeInfo
        Throws:
        java.lang.Throwable
      • GetParamCustData

        void GetParamCustData​(int indexFunc,
                              int indexParam,
                              JCORefOut<Guid> guid,
                              JCORefOut<NetObject> pVarVal)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRefTypeOfImplType

        void GetRefTypeOfImplType​(int index,
                                  JCORefOut<java.util.concurrent.atomic.AtomicInteger> href)
                           throws java.lang.Throwable
        Specified by:
        GetRefTypeOfImplType in interface ITypeInfo
        Throws:
        java.lang.Throwable
      • GetTypeFlags

        void GetTypeFlags​(JCORefOut<java.util.concurrent.atomic.AtomicInteger> pTypeFlags)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetTypeKind

        void GetTypeKind​(JCORefOut<TYPEKIND> pTypeKind)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetVarCustData

        void GetVarCustData​(int index,
                            JCORefOut<Guid> guid,
                            JCORefOut<NetObject> pVarVal)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetVarIndexOfMemId

        void GetVarIndexOfMemId​(int memid,
                                JCORefOut<java.util.concurrent.atomic.AtomicInteger> pVarIndex)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable