在 C++ 中解析/执行 C# 代码(在 Linux 上)?

发布于 2024-08-27 14:39:51 字数 322 浏览 5 评论 0原文

我希望能够向我的应用程序添加脚本功能。我正在考虑的语言绑定之一是 C#(也可能是 VB.Net)。

挑战是这样的:

  1. 我的应用程序是用 C++ 开发的
  2. 我的应用程序在 Linux 上运行

我知道 Mono,但我不知道(到目前为止),需要什么才能让我的 C++ 应用程序(在 Linux 上运行)能够使用 .网络语言。

  • 这可行吗?
  • 我想这样做是不是疯了?
  • 如果我不疯狂,任何人都可以提供一些关于如何实施此操作的指南吗?

有帮助、提示、想法、建议吗?

I want to be able to add scripting functionality to my application. One of the language bindings I am considering is C# (and possibly VB.Net).

The challenge is this:

  1. My application is developed in C++
  2. My application runs on Linux

I am aware of Mono, but I dont know (as yet), what is required to allow my C++ appliaction (running on linux), to be scriptable with .Net languages.

  • Is this feasible?
  • Am I crazy for even thinking of doing this?
  • If I'm not crazy, can anyone provide some guidelines on how to go about implementing this?

Help, tips, ideas, suggestions anyone?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

_失温 2024-09-03 14:39:51

Mono 框架有一个专门设计的选项,允许嵌入到 C/C++ 应用程序中。我的建议是花一些时间阅读文档。

The Mono framework has an option specifically designed to allow embedding in C / C++ application. My suggestion would be to spend some time reading the documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文