It would be very nice if the IL Spy could help writing Emit ILCodes to CS.
For ex: IL_0001: ldarg.0 should result in emitter.Emit(OpCode.ldarg0) - with the same nice output like the "IL with C#" where the code is enriched with comments of the emitted code that is written.
Of course it is not easy - espacally writing method-calls. But it would be a very helpfull tool for people that write a lot of emitted codes.
thank you!
It would be very nice if the IL Spy could help writing Emit ILCodes to CS.
For ex: IL_0001: ldarg.0 should result in emitter.Emit(OpCode.ldarg0) - with the same nice output like the "IL with C#" where the code is enriched with comments of the emitted code that is written.
Of course it is not easy - espacally writing method-calls. But it would be a very helpfull tool for people that write a lot of emitted codes.
thank you!