Tuesday, July 22, 2003

Injecting CLR Code at Runtime

One of the questions I see fairly often is, “How do I change what the JITter produces at runtime to get logging/security/validation/whatever?” The answer to this question is generally, “If you have to ask, it’s probably more complicated than you want to deal with.” But although it smacks of programming by side effect, I still found this article about how to do exactly that interesting.

No comments:

Post a Comment