system-codedom-compiler

Accessing class and function after compiling ( CompiledAssembly )

Heres some example code. I successfully figured out how to compile this. I grabbed the location and was able to use visual studios object browser to look through the DLL. I cant figure out how to get a class instance and call a function. public static void test() { JScriptCodeProvider js = new JScriptCodeProvider(); ...

Which .NET Programming Languages Have a CodeDom Provider?

Aside from C#, VB.NET, C++ (Managed and C++/CLI), and F#, which .NET programming languages have their own CodeDom provider? ...

.Net 3.5 CodeDom Compiler generating odd errors

This is a far stretch but i am going to try an explain the issue as best as possible. I am using the CodeDom Compiler in .Net 3.5 to compile 3 cs files...2 of which were generated from Edmgen.exe and 1 is a dynamicly generated file. The compile code looks like this CompilerResults results = compiler.CompileAssemblyFromFileBatch(paramete...