c# - Editing .NET Resources with Reflection? -
I am trying to use some resources for reflection in another .NET executable.
Is it possible / how will I do this? Or am I going down completely by the wrong path?
It seems that you are going down the wrong path. CLR does not allow you to edit the metadata tables of any assemblies loaded in the current appdomain. what are you trying to do?
Comments
Post a Comment