Create classes and functions dynamically?
Hi. I would like to know if it's possible to create classes or functions dynamically?
If so, how? Thanks in advance.
Printable View
Create classes and functions dynamically?
Hi. I would like to know if it's possible to create classes or functions dynamically?
If so, how? Thanks in advance.
yes, there is a way. how ever look in MSDN for Assembley load and Reflection classes. if you need further help let us know.
Paresh