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()
Maybe you should try Dis# if you don't wanna re-invent the wheel...
It's almost the best tool in converting the code
NetDASM has a tool that lets you convert C# to IL. maybe you should take a look at that.