具有所需 .NET 程序集的 IronRuby REPL

发布于 2024-08-28 19:54:39 字数 134 浏览 7 评论 0原文

组合“快捷方式”来启动带有预加载的一些 .NET 程序集的 IronRuby REPL 的最佳方法是什么?我认为在 Powershell 中有一种方法可以做到这一点(通过 Snapin 或 Module),并且我正在 IronRuby 中寻找类似的东西。

What is the best way to put together a "shortcut" to launch a IronRuby REPL with some .NET assemblies preloaded? I think there is a way to do this in Powershell (via Snapin or Module) and I'm looking for something similar in IronRuby.

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

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

发布评论

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

评论(1

我还不会笑 2024-09-04 19:54:39

创建一个执行

ir -S irb -r irb/completion -r bin/Assembly1.dll -r bin/Assembly2.dll 的bat 文件

create a bat file that executes

ir -S irb -r irb/completion -r bin/Assembly1.dll -r bin/Assembly2.dll

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