Skip to content

Feature Request: IL to Emit #1015

@dornfussenegger

Description

@dornfussenegger

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions