如何在 Linux 上通过 Ruby 使用我自己的 .Net 库?
我制作了一个在 mono 2.10 中工作的 .Net 库。 有没有办法让 Linux 机器上的 Ruby 或 PHP 访问这个库?
在 Windows 上,这可以通过 COM interop/IronRuby 实现,但是在 Linux/Unix 上有办法吗?
I made a .Net library which works in mono 2.10.
Is there a way to make this library accessible from Ruby or PHP on a Linux machine?
On windows this is possible with COM interop/IronRuby, but is there a way on Linux/Unix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我按照 Niklas B 的建议创建了一个网络服务
这是满足我需要的一个很好的解决方案。
I made a web service as suggested by Niklas B
This was a nice solution for what I needed.