Is it possible to run an IronPython interpreter inside my .Net application, but inside a sandbox?I want to 开发者_StackOverflow中文版deny the IP script access to the filesystem while still allowing th
I understand roughly what an AppDomain is, however 开发者_Python百科I don\'t fully understand the uses for an AppDomain.
I\'m experimenting ideas around using AppDomain to manage some legacy code contains lots of static fields in a multi-threaded environment.
I am interesting in: can i load 32bit x86 dll as a second AppDomain into 64 bit application environment?
I am trying to use the overload of MAF\'s AddInToken.Activate() method that accepts an AppDomain, so that I can pass an application domain created by my client application.
I haven\'t been able to find a very clear description of what\'s going on when using AppDomains, so hopefully someone will be able to enlighten me. I have a simple test program (basically ripped off t
I have a .NET application in which assemblies in separate AppDomains must share serialized objects that are passed by value.
I\'ve currently used MAF to create an add-in model where the add-ins are loaded in a restricted AppDomain (Internet permissio开发者_如何学运维n).This means that the add-in can\'t call our database whi
Since dynamic assembly loading requires appdomain loading to enable killing the assembly with unloading related appdomain, is there a \"max\" number appdomains in a process to be loaded? I am thinking
I want to launch a WPF App, in a 2nd AppDomain, from a \'loader\' class.If the WPF App times itself out, I want it to fire an event back to the loader class and the loader class will Unload() the the