Sign In
Field Notes Of An Enterprise Software Consultant
Knowledge is POWER
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET FW & Runtime
Addin
beta
C#
collection-admin
collections
CompiledCode
CustomSymbolDictionary
delete documents
DLR
Hosting API
HowTo
IronPython
IronRuby
methods
ReadConfiguration
Release
reset collection
sample
ScriptIO
ScriptRuntime
ScriptRuntimeSetup
ScriptScope
v0.9
Visual Studio
Archive
Archives
September 2010
(1)
December 2008
(1)
November 2008
(1)
September 2008
(4)
August 2008
(3)
July 2008
(6)
June 2008
(2)
April 2007
(1)
August 2006
(4)
June 2006
(4)
March 2006
(1)
February 2006
(1)
December 2005
(1)
November 2005
(3)
October 2005
(3)
August, 2008
MSDN Blogs
>
Field Notes Of An Enterprise Software Consultant
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Field Notes Of An Enterprise Software Consultant
DLR Hosting API : How to create ScriptScopes using backing symbol dictionaries to implement dynamic variable lookup
Posted
over 4 years ago
by
seshapv
2
Comments
The factory methods used to create a ScriptScope object have overloads that take a 'IAttributeCollection' object to create the scope using the collection as a backing store. This feature is very useful and any app that needs non trivial Hosting would...
Field Notes Of An Enterprise Software Consultant
Quick notes on ScriptScope
Posted
over 4 years ago
by
seshapv
2
Comments
ScriptScope is one of the key types available in the DLR Hosting API. They act as a context in which hosts execute code and record the effects of execution like changes in object values, creation of new objects etc. Prior to any code execution, ScriptScopes...
Field Notes Of An Enterprise Software Consultant
IronPython 2.0 beta 4 released
Posted
over 4 years ago
by
seshapv
1
Comments
IronPython 2.0 Beta 4 has been released here . Since the DLR and Hosting API components ship with IronPython, this beta also contains newer versions of Hosting API. So you can use this version to try out any of the Hosting API samples from this blog’s...
Page 1 of 1 (3 items)