.Net 的 Beanshell 等效项
有没有像 Beanshell 这样的东西,它公开 CLR 类而不是 Java 类,并允许您用 C# 或 VB.Net(或任何 .Net 语言)编写脚本,
应该可以方便地测试单行代码片段
Is there anything like Beanshell, which exposes CLR classes instead of Java classes, and lets you write scripts in C# or VB.Net (or any .Net language for that matter)
Should come in handy to test one-liner code snippets
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Powershell 可以让您执行此操作。
请参阅从 Powershell 访问 .NET 组件
Powershell lets you do this.
See Accessing .NET components from Powershell