Click or drag to resize

IBasicNoUISandboxRules Property

Gets or sets the sandbox rules.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
SandboxRules SandboxRules { get; set; }

Property Value

SandboxRules
The sandbox rules. Setting to null (Nothing for Visual Basic) resets the sandbox rules to the default.
Remarks
Control script access to the .NET assemblies.

The sandbox rules determine which .NET types and members are allowed. These rules are applied if Sandboxed is true.

See Also