摘要:1.Snippet Compiler Snippet Compiler 是一个基于 Windows® 的小型应用程序,您可以通过它来编写、编译和运行代码。如果您具有较小的代码段,并且您不希望为其创建完整的 Visual Studio .NET 项目(以及伴随该项目的所有文件),则该工具将很有用。从 http://www.sliver.com/dotnet/SnippetCompiler 下载。 2...
阅读全文
10 2004 档案
摘要:在C#中,可以利用相应的动态编译技术来支持用户的二次开发或者支持用户的公式编辑,相应的代码如下: using System; using System.Text; using System.Reflection; using Microsoft.CSharp; using System.CodeDom.Compiler; public class CSharpScript { private Co...
阅读全文
浙公网安备 33010602011771号