开发者

Create Sandbox C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 5 years ago.

Improve t开发者_Go百科his question

are there any tutorials out there on how to create a sandbox using C#?

I would like to personalize my own one, thanks


Study up on using AppDomains. Here's some code examples.


We just recently used the MonoSandbox for Security reasons.

I don't know if it works with standard Microsoft's CLR, or if it is specific to the Mono implementation, but I think it works better than just a custom sanbdbox using AppDomains, and since the source code is open you can probably find a way to make it work for you.

The best documentation I have found for the MonoSandbox is here: http://www.mono-project.com/MonoSandbox


I would start by looking at Code Access Security.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜