Create class and method in run time C#

  • Thread starter Thread starter Yiu
  • Start date Start date
Y

Yiu

I want to know how to create new class and method in run time using C#?
where have reference code?
thx
 
Take a look at the System.Reflection.Emit namespace. You should find all you
need.

Bruno
 
Back
Top