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()
Let's see if I manage to get it in first: .NET Reflector! This really should be a FAQ...