trying to compile and execute C# code programmatically

前端 未结 3 438
悲&欢浪女
悲&欢浪女 2021-01-14 20:46

The following is my code :

using System;
using System.Collections.Generic;
using System.Text;

using System.CodeDom.Compiler;
using System.IO;
using Microsof         


        
3条回答
  •  甜味超标
    2021-01-14 21:24

    you dont need to split your code into an array like that.

    the array is for passing multiple source files.

提交回复
热议问题