Tagged Questions
4
votes
2answers
480 views
Is it possible to write an assembly which dynamically generates a new class and patches itself with the new class?
Is it possible to write an assembly which dynamically generates/emits a new class and patches itself to include the new class?
How?