Sandbox |
The SandboxRules type exposes the following members.
| Name | Description | |
|---|---|---|
| SandboxRules | Create an instance of sandbox rules which implement safe access rules. |
| Name | Description | |
|---|---|---|
| AllowBuiltin | Determines if built-in function access should be allowed. | |
| AllowMember | Determines if member access should be allowed. | |
| AllowType | Determines if access to a particular type should be allowed. | |
| Connect | Used internally by WinWrap Basic. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FlushCaches | Flush any caches associated with sandbox rules. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsDynamicAllowed | Determines if late-binding is allowed. | |
| IsMemberAllowed | Determines if member access is allowed. | |
| IsResultAllowed | Determines if access to a particular type of result is allowed. | |
| IsTypeAllowed | Determines if access to a particular type is allowed. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |