Sign in
Field Notes Of An Enterprise Software Consultant
Knowledge is POWER
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET FW & Runtime
Addin
beta
breaking change
C#
codeplex
collection-admin
collections
CompiledCode
CustomSymbolDictionary
delete documents
DLR
Editor
Execute
FAST ESP
Hosting API
HowTo
IAttributesCollection
IDE
IronPython
IronRuby
LINQ
LoadAssembly
methods
Notes
open source
QikScript
ReadConfiguration
Release
reset collection
sample
ScriptIO
ScriptRuntime
ScriptRuntimeSetup
ScriptScope
ScriptSource
spec update
v0.9
Visual Studio
Browse by Tags
MSDN Blogs
>
Field Notes Of An Enterprise Software Consultant
>
All Tags
>
c#
Tagged Content List
Blog Post:
DLR Hosting Sample : Simple dlr host using the new App.Config based ScriptRuntime creation
seshapv
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 get started on Hosting the DLR after this change. The attached self contained sample...
on
11 Sep 2008
Blog Post:
How to create IronPython objects of types defined in C#
seshapv
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 - 1) Load the assembly containing the type in to the ScriptRuntime object ScriptRuntime...
on
23 Jul 2008
Blog Post:
DLR Hosting Sample : QikScript - Handle Visual Studio 2008 extensibility events in IronPython
seshapv
The DLR Hosting API offers a well defined interface for managed applications to host and utilize the power of the DLR (Dynamic Language Runtime) to enable end user scripting. The objective of this sample (and the forthcoming series of posts based on this sample) is to demonstrate and explain the usage...
on
17 Jul 2008
Blog Post:
How to redirect output from python using the DLR Hosting API
seshapv
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
on
8 Jul 2008
Blog Post:
How to invoke a IronPython function from C# using the DLR Hosting API
seshapv
Like I wrote in my previous post , the Hosting API lets you do some very interesting and powerful things with the DLR. One of the things I had listed was the ability to invoke a method implemented in python from C#. This post describes how to set up the VS IDE and the DLR binaries to create an extremely...
on
30 Jun 2008
Page 1 of 1 (5 items)