Replies: 1 comment 3 replies
-
There is nothing built-in to create a full string of a method body. However you can access all its components (instructions, locals, exception handlers etc) that you can manually format to your liking. There is also |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Naive question, but as I'm unfamiliar, have to ask: with
md.FullName
we can get method names as string. Is there any way to get method body as string? i couldnt find which method/property does that.Beta Was this translation helpful? Give feedback.
All reactions