<legend id='fkiMM'><style id='fkiMM'><dir id='fkiMM'><q id='fkiMM'></q></dir></style></legend>

      <i id='fkiMM'><tr id='fkiMM'><dt id='fkiMM'><q id='fkiMM'><span id='fkiMM'><b id='fkiMM'><form id='fkiMM'><ins id='fkiMM'></ins><ul id='fkiMM'></ul><sub id='fkiMM'></sub></form><legend id='fkiMM'></legend><bdo id='fkiMM'><pre id='fkiMM'><center id='fkiMM'></center></pre></bdo></b><th id='fkiMM'></th></span></q></dt></tr></i><div id='fkiMM'><tfoot id='fkiMM'></tfoot><dl id='fkiMM'><fieldset id='fkiMM'></fieldset></dl></div>
      <tfoot id='fkiMM'></tfoot>
    1. <small id='fkiMM'></small><noframes id='fkiMM'>

        <bdo id='fkiMM'></bdo><ul id='fkiMM'></ul>

      在 VB6 或经典 ASP 中使用 .NET

      Use .NET in VB6 or classical ASP(在 VB6 或经典 ASP 中使用 .NET)
          <bdo id='pcb0K'></bdo><ul id='pcb0K'></ul>
        • <small id='pcb0K'></small><noframes id='pcb0K'>

        • <tfoot id='pcb0K'></tfoot>

              <tbody id='pcb0K'></tbody>
          1. <legend id='pcb0K'><style id='pcb0K'><dir id='pcb0K'><q id='pcb0K'></q></dir></style></legend>
              <i id='pcb0K'><tr id='pcb0K'><dt id='pcb0K'><q id='pcb0K'><span id='pcb0K'><b id='pcb0K'><form id='pcb0K'><ins id='pcb0K'></ins><ul id='pcb0K'></ul><sub id='pcb0K'></sub></form><legend id='pcb0K'></legend><bdo id='pcb0K'><pre id='pcb0K'><center id='pcb0K'></center></pre></bdo></b><th id='pcb0K'></th></span></q></dt></tr></i><div id='pcb0K'><tfoot id='pcb0K'></tfoot><dl id='pcb0K'><fieldset id='pcb0K'></fieldset></dl></div>

                本文介绍了在 VB6 或经典 ASP 中使用 .NET的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                重复 调用 .NET 方法从 VB6 通过 COM 可见 DLL

                在 VB6 或经典 ASP 中使用/调用 .NET 类/函数/库 (.net 3.x) 有哪些方法?有没有人有这方面的经验?将 .NET 包装到 COM 需要多少努力?有没有帮助的工具?

                Which ways exist to use/call .NET classes/functions/libraries (.net 3.x) in VB6 or classical ASP ? Has anybody experiences with that ? How much effort is necessary to wrap .NET to COM ? Are there tools which help ?

                推荐答案

                实际上很简单,我创建了从 VB6 COM dll 和 Classic ASP 调用的 .NET 组件.您基本上需要创建一个 COM 可调用包装器,它将 .NET 组件公开给 COM 客户端.本文将帮助您入门

                It's pretty easy actually and I have created .NET components called from both VB6 COM dlls and Classic ASP. You essentially need to create a COM callable wrapper thats exposes the .NET component to a COM client. This article will get you started

                从 COM 组件调用 .NET 组件

                几个指针

                • 任何 COM 可调用类型都需要公共无参数构造函数
                • 将要公开给 COM 的任何方法、属性或事件标记为公共.
                • 显式实现接口 而不是依赖从你的类为你生成一个.

                这篇关于在 VB6 或经典 ASP 中使用 .NET的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Performance overhead of using attributes in .NET(在 .NET 中使用属性的性能开销)
                Extract Display name and description Attribute from within a HTML helper(从 HTML 帮助器中提取显示名称和描述属性)
                How can I force the PropertyGrid to show a custom dialog for a specific property?(如何强制 PropertyGrid 显示特定属性的自定义对话框?)
                Associate attribute with code generated property in .net(将属性与 .net 中的代码生成属性相关联)
                Attribute to generate compilation error on method call?(在方法调用上生成编译错误的属性?)
                Can you omit the parenthesis from attributes with no params?(您可以省略没有参数的属性中的括号吗?)

                  <legend id='jkt8V'><style id='jkt8V'><dir id='jkt8V'><q id='jkt8V'></q></dir></style></legend>
                1. <small id='jkt8V'></small><noframes id='jkt8V'>

                    <bdo id='jkt8V'></bdo><ul id='jkt8V'></ul>
                      <tfoot id='jkt8V'></tfoot>
                          <tbody id='jkt8V'></tbody>
                          <i id='jkt8V'><tr id='jkt8V'><dt id='jkt8V'><q id='jkt8V'><span id='jkt8V'><b id='jkt8V'><form id='jkt8V'><ins id='jkt8V'></ins><ul id='jkt8V'></ul><sub id='jkt8V'></sub></form><legend id='jkt8V'></legend><bdo id='jkt8V'><pre id='jkt8V'><center id='jkt8V'></center></pre></bdo></b><th id='jkt8V'></th></span></q></dt></tr></i><div id='jkt8V'><tfoot id='jkt8V'></tfoot><dl id='jkt8V'><fieldset id='jkt8V'></fieldset></dl></div>