开发者

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

开发者 https://www.devze.com 2023-04-02 09:06 出处:网络
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 Reflect

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

精彩评论

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

关注公众号