DynamicMethod from C# code?
Posted by: Rick Strahls WebLog,
on 14 May 2007 |
View original
I'm experimenting with DynamicMethod in .NET 2.0 in light of all the good things that apparently have come of it especially in light of the recent release of the Dynamic Language Runtime on CodePlex. I haven't dug into that code (I suspect it won't be light reading <s>), but thought it sure would be nice to have a more dynamic execution mechanism that can take arbitrary code and execute it.
I would love to have the functionality to dynamically create a block of code and execute it as part of...