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()
Can't you do this with Reflector?
You can load an assembly and view it as VB.net/C#/IL...