C#如何动态编译并执行字符串-创新互联

这篇文章将为大家详细讲解有关C#如何动态编译并执行字符串,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

成都创新互联公司-专业网站定制、快速模板网站建设、高性价比玉门网站开发、企业建站全套包干低至880元,成熟完善的模板库,直接使用。一站式玉门网站制作公司更省心,省钱,快速模板网站建设找我们,业务覆盖玉门地区。费用合理售后完善,十多年实体公司更值得信赖。

具体内容如下

using System;
using Microsoft.CSharp;
using System.CodeDom.Compiler;
 
class Program
{
  public static void Main()
  {
    // The C# code to execute
    string code = "using System; " +
           "using System.IO; " +
           "public class MyClass{ " +
           "  public static void PrintConsole(string message){ " +
           "    Console.WriteLine(message); " +
           "  } " +
           "} ";
 
    // Compiler and CompilerParameters
    CSharpCodeProvider codeProvider = new CSharpCodeProvider();
    CompilerParameters compParameters = new CompilerParameters();
 
    // Compile the code
    CompilerResults res = codeProvider.CompileAssemblyFromSource(compParameters, code);
 
    // Create a new instance of the class 'MyClass'    // 有命名空间的,需要命名空间.类名
    object myClass = res.CompiledAssembly.CreateInstance("MyClass");
 
    // Call the method 'PrintConsole' with the parameter 'Hello World'
    // "Hello World" will be written in console
    myClass.GetType().GetMethod("PrintConsole").Invoke(myClass, new object[] {"Hello World" });
 
    Console.Read();
  }
}

关于“C#如何动态编译并执行字符串”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。

当前标题:C#如何动态编译并执行字符串-创新互联
地址分享:https://www.cdcxhl.com/article14/cocige.html

成都网站建设公司_创新互联,为您提供品牌网站制作软件开发网站设计自适应网站定制网站网站建设

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

绵阳服务器托管