G Guest May 2, 2006 #1 Hi! Can I create a class or a method in run time with .net? How I do it? Thanks!!
M Mattias Sjögren May 2, 2006 #2 Can I create a class or a method in run time with .net? How I do it? Click to expand... Yes, you use the System.Reflection.Emit APIs. Mattias
Can I create a class or a method in run time with .net? How I do it? Click to expand... Yes, you use the System.Reflection.Emit APIs. Mattias