JScript.Net - Colin's Blog

Browse by Tags

All Tags » JScript.Net (RSS)

Adding JScript.Net Scripting to C# Application

Download Code: CsJScriptDemo.zip 46KB I didn't find much on the 'net when I was looking for ways to do this so here is my solution for adding basic scripting functionality to a C# application with an object model. This method uses CodeDOM to generate and compile a JScript.net class on the fly, using the classes and interfaces from the C# application. It uses .Net 2.0, and a Visual Studio 2005 solution is provided. For the purposes of this exercise, I have a windows forms application as shown...
Posted by colin | 1 comment(s)
Filed under: ,