Click or drag to resize

SandboxRules Methods

The SandboxRules 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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodCode exampleFlushCaches Flush any caches associated with sandbox rules.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodCode exampleIsDynamicAllowed Determines if late-binding is allowed.
Public methodCode exampleIsMemberAllowed Determines if member access is allowed.
Public methodCode exampleIsResultAllowed Determines if access to a particular type of result is allowed.
Public methodCode exampleIsTypeAllowed Determines if access to a particular type is allowed.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also