<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">So, how do I create a sandboxed app-domain based on Silverlight model on Mono?</span></p>
</div></div></blockquote><div><br></div><div>This is a complicated process, it involves initializing the C runtime specially, creating special versions of the libraries (special attributes injected in the various libraries), declaring things appropriately and so on.   It is not a general purpose system for securing apps.</div>
<div> <span class="Apple-style-span" style="font-size: 15px; color: rgb(31, 73, 125); "> </span></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;color:#1F497D">Wouldn’t it be better to add the method and throw NotSupportedException so that programs can compile and at runtime decide not to call the method? I guess a
 workaround would be to use dynamic calls...</span></p></div></div></blockquote><div><br></div><div>Well, I can add the method, but if you call it, it will still crash.</div><div><br>So the test suite should perhaps not depend on this feature if we want to run it on Linux/Unix.</div>
<div><br></div><div>Miguel</div></div>