I have a C# desktop application which supports new C# plugins.
I want to change existing C# application capable of accepting scripts as plugin.
Scripts may be a JavaScript,Windows script Host (WSh) or any script. (It must be a plugin and want to compile and run at run-time)
I want to know whether C# has script compile and run functionality. If you know any supporting dll, good links or helpfull projects, please let me know.