65.9K
CodeProject is changing. Read more.
Home

.Net Expression Evaluator using DynamicMethod

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.97/5 (21 votes)

Mar 13, 2007

6 min read

viewsIcon

123123

downloadIcon

2089

Evaluating Dynamic expressions by compiling C# code to IL, then creating a DynamicMethod from the IL.