jbevain / mono.reflection

Some useful reflection helpers, including an IL disassembler.
150 stars 50 forks source link

How to work with Async method #23

Open yepeekai opened 1 year ago

yepeekai commented 1 year ago

There is async stuff everywhere and GetInstructions of an async method only return the async setup (for what I understand) and then, there are MoveNext method with logic in there... Is there any plan to support that? Do you have suggestion about how to navigate through this stuff?

Thanks