M
Mark Friedman
Is there any way to dynamically add or modify the custom attributes on an
assembly (and any of its elements) from code running in that assembly? Note
that I'm not interested in writing out the assembly and reloading it
(although if I had to do something like that to implement what I want I
could live with it) - I want to have the attribute modification apply to
the currently running code. Also note that since I know that certain
attributes might change I would be coding with that in mind. so please
refrain from warning me about the dangers that might ensue by changing
attributes dynamically.
Thanks in advance for any help.
-Mark
assembly (and any of its elements) from code running in that assembly? Note
that I'm not interested in writing out the assembly and reloading it
(although if I had to do something like that to implement what I want I
could live with it) - I want to have the attribute modification apply to
the currently running code. Also note that since I know that certain
attributes might change I would be coding with that in mind. so please
refrain from warning me about the dangers that might ensue by changing
attributes dynamically.
Thanks in advance for any help.
-Mark