How to create DLL from a class generated at run time?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have to create a DLL from a c# class generated at run time. Could anyone
help me to do this?

Thanks.
 
I have to create a DLL from a c# class generated at run time. Could anyone
help me to do this?

Have a look at the CSharpCodeProvider - you'll probably want to use
one of the CompileAssemblyFromXXX methods.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top