Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/301.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# System.Reflection.Emit.AssemblyBuilder实例中的System.CodeDom.CodeCompileUnit_C#_Reflection.emit_Codedom - Fatal编程技术网

C# System.Reflection.Emit.AssemblyBuilder实例中的System.CodeDom.CodeCompileUnit

C# System.Reflection.Emit.AssemblyBuilder实例中的System.CodeDom.CodeCompileUnit,c#,reflection.emit,codedom,C#,Reflection.emit,Codedom,我正在研究TLBImp2的CodePlex代码,并希望从IL生成C源代码 有没有办法从System.Reflection.Emit.AssemblyBuilder实例获取System.CodeDom.CodeCompileUnit?没有。我想在IL生成之前的早期阶段解决这个问题

我正在研究TLBImp2的CodePlex代码,并希望从IL生成C源代码


有没有办法从System.Reflection.Emit.AssemblyBuilder实例获取System.CodeDom.CodeCompileUnit?

没有。我想在IL生成之前的早期阶段解决这个问题