Hi,<br><br>I&#39;m working my way through the DLR hosting spec.<br><br>And in the spec docs there is a distinction between 3 levels of hosting. Now in the case of IronRuby I tried hosting it with level one hosting and all I can get to work is executing ruby files.<br>
Whatever i put in ScriptRuntime.Globals doesn&#39;t matter because it looks like I can&#39;t get to it.<br><br>What is the function of ScriptRuntime.Globals ? How do I access it? <br>Why do ScriptScopes exist ? I saw that ScriptRuntime.Globals is a ScriptScope, so I guess that&#39;s the default script scope.&nbsp; From what I understand from the DLR spec is that it should give you a context for running a script with it&#39;s own variables etc. but globals are shared by the entire runtime.<br>
<br>Is there somebody that can explain me what I&#39;m not getting?<br><br>Cheers<br>Ivan<br>