Technorati 标记:
cs-script
介绍可以参看 http://www.cnblogs.com/shanyou/p/3413585.html
还可以参看 这个 项目介绍 性能测试 csscript使用
项目官网 http://www.csscript.net/FAQ.html#_alternatives
使用
using CSScriptLibrary;
int a = 1; int b = 3;
string scriptCode = "
本文介绍了如何使用CS-Script库在C#中实现动态编译和执行代码。提供了项目官网链接及性能测试资源,强调了AsmHelper反射助手类的使用,并提示注意命名空间冲突和方法调用限制。同时提到了动态调用JavaScript的解决方案IronJS。
介绍可以参看 http://www.cnblogs.com/shanyou/p/3413585.html
还可以参看 这个 项目介绍 性能测试 csscript使用
项目官网 http://www.csscript.net/FAQ.html#_alternatives
using CSScriptLibrary;
int a = 1; int b = 3;
string scriptCode = "

被折叠的 条评论
为什么被折叠?