vote up 0 vote down star

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?

flag

1 Answer

vote up 0 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.