<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Turning your .NET object models dynamic for IronPython</title><link>http://blogs.msdn.com/b/srivatsn/archive/2008/04/12/turning-your-net-object-models-dynamic-for-ironpython.aspx</link><description>Say you want to interop with a .NET library but you also want it to behave like objects in dynamic languages do. You want to be able to add/delete methods/properties to the object dynamically. In python you can do something like this: 
 class x(object</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Turning your .NET object models dynamic for IronPython</title><link>http://blogs.msdn.com/b/srivatsn/archive/2008/04/12/turning-your-net-object-models-dynamic-for-ironpython.aspx#9983270</link><pubDate>Mon, 22 Mar 2010 21:43:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9983270</guid><dc:creator>Srivatsn N</dc:creator><description>&lt;p&gt;Extension assemblies should just be loaded into the ScriptRuntime using ScriptRuntime.LoadAssembly now.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9983270" width="1" height="1"&gt;</description></item><item><title>re: Turning your .NET object models dynamic for IronPython</title><link>http://blogs.msdn.com/b/srivatsn/archive/2008/04/12/turning-your-net-object-models-dynamic-for-ironpython.aspx#9980317</link><pubDate>Wed, 17 Mar 2010 12:03:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9980317</guid><dc:creator>Priya</dc:creator><description>&lt;p&gt;When using IronPython 2.6 RC1 for .net 2.0 and above,I don't see Microsoft.Scripting.Runtime.RuntimeHelpers - is there a different way to register extension assemblies now?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9980317" width="1" height="1"&gt;</description></item><item><title>re: Turning your .NET object models dynamic for IronPython</title><link>http://blogs.msdn.com/b/srivatsn/archive/2008/04/12/turning-your-net-object-models-dynamic-for-ironpython.aspx#9252721</link><pubDate>Thu, 25 Dec 2008 23:04:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9252721</guid><dc:creator>Caz</dc:creator><description>&lt;p&gt;Thanx for the blog entry. Took me forever to find on the web though :) I've been using a pre IronPython 2.0 version and used to implement ICustomAttributes; which is obviously no longer a possibility.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9252721" width="1" height="1"&gt;</description></item><item><title>Microsoft news and tips &amp;raquo; Turning your .NET object models dynamic for IronPython</title><link>http://blogs.msdn.com/b/srivatsn/archive/2008/04/12/turning-your-net-object-models-dynamic-for-ironpython.aspx#8385496</link><pubDate>Sat, 12 Apr 2008 19:24:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8385496</guid><dc:creator>Microsoft news and tips &amp;raquo; Turning your .NET object models dynamic for IronPython</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://microsoftnews.askpcdoc.com/?p=1625"&gt;http://microsoftnews.askpcdoc.com/?p=1625&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8385496" width="1" height="1"&gt;</description></item></channel></rss>