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(); System.CodeDom.Compiler.CompilerParameters param = new System.CodeDom.Compiler.CompilerParameters(); var cr = js.CompileAssemblyFromSource(param, new string[] { "package pkg {