<small id='YGu5E'></small><noframes id='YGu5E'>

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

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

      在不使用 COM 的情况下从 C++ 调用 C# 方法

      Call C# methods from C++ without using COM(在不使用 COM 的情况下从 C++ 调用 C# 方法)

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

        <tfoot id='fKfe9'></tfoot><legend id='fKfe9'><style id='fKfe9'><dir id='fKfe9'><q id='fKfe9'></q></dir></style></legend>

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

                <small id='fKfe9'></small><noframes id='fKfe9'>

              • 本文介绍了在不使用 COM 的情况下从 C++ 调用 C# 方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                有没有办法创建 C# 对象并从非托管 C++ 调用方法,但不使用 COM Iterop?我正在寻找类似 JNI(但适用于 .Net)的东西,您可以在其中手动创建 VM、创建对象等.

                Is there a way to create C# objects and call methods from unmanaged C++, but without using COM Iterop? I am looking for something like JNI (but for .Net), where you can manually create the VM, create objects, etc.

                推荐答案

                如果您使用的是 C++/CLI,那么您可以直接与托管世界和非托管代码进行交互,因此互操作是微不足道的.

                If you are using C++/CLI then you can interact directly with both the managed world and unmanaged code, so interop is trivial.

                您也可以自己托管 CLR,虽然托管 API 是基于 COM 的,但您可以创建任何托管对象.这个过程并不困难,因为听起来一些 API 调用封装了很多功能.网上有很多信息,例如托管公共语言运行时".

                You can also host the CLR yourself, and whilst the hosting API is COM based, you can then create any managed object. The process isn't a difficult as it sounds as a few API calls encapsulate a lot of functionality. There is a lot of info online, for example the MSDN documentation on "Hosting the Common Language Runtime".

                这篇关于在不使用 COM 的情况下从 C++ 调用 C# 方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                相关文档推荐

                Performance overhead of using attributes in .NET(在 .NET 中使用属性的性能开销)
                Accessing attribute info from DTE(从 DTE 访问属性信息)
                c# Hide a property in datagridview with datasource(c#使用数据源隐藏datagridview中的属性)
                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 中的代码生成属性相关联)
                1. <small id='0a77n'></small><noframes id='0a77n'>

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