C# 解释器(无需编译) [英] C# Interpreter (without compilation)

查看:25
本文介绍了C# 解释器(无需编译)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有现成的 C# 解释器,即不依赖运行时编译?

Is there a ready-to-use C# interpreter out there, that is does not rely on runtime compilation?

我的要求是:

  • 脚本引擎
  • 必须处理 C# 语法
  • 必须在中等信任的环境中工作
  • 不得使用运行时编译(CodeDomProvider ...)
  • 开源(或至少免费供个人和专业使用)

如果这不清楚,我需要类似 Jint (http://jint.codeplex.com/),但它允许我编写 C# 脚本而不是 JavaScript 脚本.

If this is not clear, I need something like Jint (http://jint.codeplex.com/), but which allows me to write C# scripts instead of JavaScript ones.

感谢您的帮助.

推荐答案

你看过 paxScript.NET?

这篇关于C# 解释器(无需编译)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆