Click or drag to resize

SandboxRules Constructor

Create an instance of sandbox rules which implement safe access rules.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public SandboxRules()
Remarks
These rules restrict script access to a limited subset of the .NET framework. An assembly added by AddReference with restricted base on the safe parameter. An assembly added by AddScriptableReference is restricted by the Scriptable attributes.
See Also