Converting IL to C# code

后端 未结 12 2210
青春惊慌失措
青春惊慌失措 2020-12-15 22:16

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()

12条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-15 22:50

    You should just use .NET Reflector if you have the assembly. Also try the file gen addon.

提交回复
热议问题