August 1, 2002

Generating Code at Run Time With Reflection.Emit

Here. by Shawn Van Ness and Chris Sells "Java programmers have long enjoyed the benefits of reflection and full-fidelity type information, and .NET (finally) delivers that bit of nirvana to the Windows platform. But the classes in the Reflection.Emit namespace raise the bar even further, allowing us to generate new types and emit new code, dynamically."