Click or drag to resize

BasicNoUIObjSandboxRules Property

Gets or sets the sandbox rules.

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

Property Value

SandboxRules
The sandbox rules. Setting to null (Nothing for Visual Basic) resets the sandbox rules to the default.

Implements

IBasicNoUISandboxRules
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.

Example
basicIdeCtl1.SandboxRules = new MySandboxRules();
See Also