|
ScriptStack 1.0.5
|
Denies all CLR interop. Default Policy! More...
Public Member Functions | |
| bool | IsTypeAllowed (Type t) |
| bool | IsMemberAllowed (MemberInfo m) |
| bool | IsCallAllowed (MethodInfo m) |
| bool | IsReturnValueAllowed (object? value) |
Denies all CLR interop. Default Policy!
Definition at line 10 of file ClrPolicies.cs.
| bool ScriptStack.Runtime.DenyAllClrPolicy.IsCallAllowed | ( | MethodInfo | m | ) |
Implements ScriptStack.Runtime.IClrPolicy.
| bool ScriptStack.Runtime.DenyAllClrPolicy.IsMemberAllowed | ( | MemberInfo | m | ) |
Implements ScriptStack.Runtime.IClrPolicy.
| bool ScriptStack.Runtime.DenyAllClrPolicy.IsReturnValueAllowed | ( | object? | value | ) |
Implements ScriptStack.Runtime.IClrPolicy.
| bool ScriptStack.Runtime.DenyAllClrPolicy.IsTypeAllowed | ( | Type | t | ) |
Implements ScriptStack.Runtime.IClrPolicy.