开发者

Are there libraries that convert from Expression trees or CodeDOM to Reflection.Emit?

I found an interesting library that converts expression trees to CodeDOM. I 开发者_如何学Pythonam wondering if there are any libraries that convert from Expressions trees or CodeDOM objects to Reflection.Emit objects?


LambdaExpression.CompileToMethod may be what you're looking for? It can emit an expression tree to a MethodBuilder.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜