Creating CodeMemberMethod from string

Posted by cornerback84 on Stack Overflow See other posts from Stack Overflow or by cornerback84
Published on 2010-03-15T14:02:47Z Indexed on 2010/03/16 9:26 UTC
Read the original article Hit count: 340

Filed under:
|
|

I am trying to generate some code using CodeDom. I wanted to know if there is any way to create CodeMemberMethod from a string. I found a method, but it generates assembly from string. I wanted to generate some methods from string. Is there any way?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET