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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -