Question

I'm looking at CodePlex code for TLBImp2 and want to generate C# source code from the IL emitted.

Is there a way to get a System.CodeDom.CodeCompileUnit from a System.Reflection.Emit.AssemblyBuilder instance?

Was it helpful?

Solution

No it isn't. I thin kyou want to attack the problem at an earlier stage, before the IL is generated.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top