How to create sandbox in C# for external process?

Posted by SuitUp on Stack Overflow See other posts from Stack Overflow or by SuitUp
Published on 2010-06-12T15:49:45Z Indexed on 2010/06/12 15:52 UTC
Read the original article Hit count: 169

Filed under:
|

How to create sandbox in C# for external process? As sandbox i understand an environment for process i start from C#, that stop that process from interfering with anything else - kernel, system variables, system configuration, memory, registry, disk, hardware, location other than starting place and so on. I want place executable in one place and be sure that this place is only place that can be changed by this process. Additionaly, executable can be written in c, c++, c# etc.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sandbox