Click or drag to resize

ISandboxRules Interface

Represents the safe sandbox rules.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public interface ISandboxRules

The ISandboxRules type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAllowBuiltin Determines if built-in function access should be allowed.
Public methodCode exampleAllowMember Determines if member access should be allowed.
Public methodCode exampleAllowType Determines if access to a particular type should be allowed.
Public methodCode exampleConnect Used internally by WinWrap Basic.
Public methodCode exampleFlushCaches Flush any caches associated with sandbox rules.
Top
Remarks
These rules are very restrictive. Derive from these rules and override the Allow... methods to adjust the rules.
See Also