Speeple News Search

Sign Up! | Tags | Domains | Statistics | Options | Advanced Search

Tags » Scriptruntime

Related tags: c, dlr, hosting api, howto, ironpython, ironruby, readconfiguration, sample, scriptruntimesetup, spec update

  1. DLR Hosting API : How to create a ScriptRuntime object without using App.Config files using language specific hosting API

    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

  2. DLR Hosting Sample : Simple dlr host using the new App.Config based ScriptRuntime creation

    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

  3. DLR Hosting API : latest version of the spec is available online (includes changes to runtime initialization)

    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

  4. 4 different ways to execute IronPython code using the DLR Hosting API

    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

  5. How to create IronPython objects of types defined in C#

    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