![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
msdn.com » DLR Hosting and related stuff... - Sep 14, 2008
This previous post demonstrates the use of App.Config files to create script runtimes to host dynamic languages in an application. It is also possible to create runtimes without using a config file. The API to create …
Also tagged: ironpython, howto, hosting api
msdn.com » DLR Hosting and related stuff... - Sep 11, 2008
Due to the recent changes to the DLR Hosting API, dlr hosts now have to use the App.Config file to configure the languages they intend to use in the application. It’s probably a little bit more complex than before to …
Also tagged: ironpython, c, howto, sample, dlr, ironruby, hosting api, scriptruntimesetup, readconfiguration
msdn.com » DLR Hosting and related stuff... - Sep 7, 2008
The latest version of the Hosting API spec is available here. The most recent source code drop to the IronPython codeplex site conforms to this spec (except for some open bugs). The biggest change this spec introduces …
Also tagged: howto, hosting api, breaking change, scriptruntimesetup, spec update
msdn.com » DLR Hosting and related stuff... - Jul 29, 2008
The Hosting API offers 4 different sets of methods to execute a script. These methods provide hosts - managed application in C#, VB and other .NET languages - with powerful, convenient and versatile ways to execute …
Also tagged: ironpython, methods, execute, dlr, ironruby, hosting api, scriptsource, scriptscope, compiledcode
msdn.com » DLR Hosting and related stuff... - Jul 24, 2008
The DLR Hosting API lets the hosted script instantiate objects of types defined in the hosting C# / VB module. This post describes how to do that using the appropriate methods from the API. Here are the simple steps - …
Also tagged: ironpython, c, sample, hosting api, loadassembly