I have used an example to allow C# code to be compiled at runtime via my application using CodeDomProvider, and it works as far as allowing me to run basic code, but how do I expose a custom class and allow the compiler to use them? The custom classes
are not in a seperate dll and Id ont want them to be.
View the full article
are not in a seperate dll and Id ont want them to be.
View the full article