Through code, its quite easy. Ive created an IDE supporting both VB.NET and C# myself.
Code:
Dim myCodeCompiler As ICodeCompiler = New VBCodeProvider().CreateCompiler
You can then use the methods of ICodeCompiler to compile code from files or strings in memory. At some point in the near future Ill be writing a tutorial on this.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.