Converting IL to C# code

Posted by Praveen on Stack Overflow See other posts from Stack Overflow or by Praveen
Published on 2009-03-15T16:08:24Z Indexed on 2010/05/29 14:12 UTC
Read the original article Hit count: 145

Filed under:

Hi All, I need to convert the IL to c# code. I have an assembly and I am reading this assembly. I get MethodBody from MethodInfo and the methodbody has a method GetILAsByteArraY() which returns a byte array now I want to comvert this IL to C# code. Please help me out in solving this.

© Stack Overflow or respective owner

Related posts about c#