Is it possible? Self modifying codes based on users choices.
3 Answers
It's possible but complicated; look at the classes in the System.Reflection.Emit namespace.
However, you can probably do something simpler; please tell us what you're trying to do.
1 Comment
user225269
thanks for your answer, I don't know yet what I'm trying to do, I'm still just asking if its possible. But if I start coding, I'll definitely have an answer to your question. thanks again.