Decompile a delegate. #2581
Answered
by
siegfriedpammer
cgiamouridisEncode
asked this question in
Development
-
ILSpy can decompile assemblies. Can it decompile a delegate? I would imagine a CSharpDecompiler constructor overload accepting a Func or an Action as an argument instead of a "string fileName". Is it technically feasible, are there any future plans to support this? Any suggested work-arounds? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
siegfriedpammer
Dec 15, 2021
Replies: 1 comment 1 reply
-
It's not possible, because the decompiler requires a full PE image containing IL code and .NET metadata tables. What is your goal? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cgiamouridisEncode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not possible, because the decompiler requires a full PE image containing IL code and .NET metadata tables. What is your goal?