What is the difference of using reflection and Cecil for modifying assemblies? #891
Unanswered
mehdihadeli
asked this question in
Q&A
Replies: 1 comment
-
I'd say that Cecil will give you much more flexibility since reflection does not allow you to modify existing assemblies. That said, reflection does allow you to emit types/methods/properties/fields/events using |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
What is the difference of using reflection and Cecil for modifying assemblies?
Beta Was this translation helpful? Give feedback.
All reactions