0

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?

1 Answers1

0

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

Mattias S
  • 4,748
  • 2
  • 17
  • 18