I am attempting to edit some resources in another .NET executable, using reflection.
Is this possible/how would I do this? Or am I going down completely the wrong route?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds like you may be heading down the wrong route. The CLR does not allow you to edit the metadata tables of any assemblies loaded into the current AppDomain. What is it that you are trying to do?