zoukankan      html  css  js  c++  java
  • VS tools

    类型库导入程序将 COM 类型库中的类型定义转换为公共语言运行库程序集中的等效定义。Tlbimp.exe 的输出为二进制文件(程序集),该文件中包含在原始类型库中定义的类型的运行库元数据。可以使用诸如 Ildasm.exe 这样的工具检查此文件。-Type library to import COM type library program of the type definition into a common language runtime equivalent concentration of the definition of the procedure. Tlbimp.exe output for the binary file (assembly), the document included in the original definition of type library types of runtime metadata. Can use tools such as inspection Ildasm.exe this document.

     

    此外,COM Interop 还使 COM 开发人员能够像访问其他 COM 对象一样轻松访问托管对象。同样,COM Interop 提供了一个专用实用工具 (RegAsm.exe),此工具将托管类型导出到类型库中,并将托管组件注册为传统 COM 组件。

  • 相关阅读:
    jsp 页面获取当前路径
    html5 页面音频
    微信关于网页授权access_token和普通access_token的区别
    Texlive source
    vscode 快捷键
    vscode setting
    vscode extension 插件管理
    what
    linux manual
    java tool type
  • 原文地址:https://www.cnblogs.com/MayGarden/p/1629799.html
Copyright © 2011-2022 走看看