|
ScriptStack 1.0.5
|
Allows all CLR interop. Use only for trusted scripts. More...
Public Member Functions | |
| bool | IsTypeAllowed (Type t) |
| bool | IsMemberAllowed (MemberInfo m) |
| bool | IsCallAllowed (MethodInfo m) |
| bool | IsReturnValueAllowed (object? value) |
Allows all CLR interop. Use only for trusted scripts.
Definition at line 21 of file ClrPolicies.cs.
| bool ScriptStack.Runtime.AllowAllClrPolicy.IsCallAllowed | ( | MethodInfo | m | ) |
Implements ScriptStack.Runtime.IClrPolicy.
| bool ScriptStack.Runtime.AllowAllClrPolicy.IsMemberAllowed | ( | MemberInfo | m | ) |
Implements ScriptStack.Runtime.IClrPolicy.
| bool ScriptStack.Runtime.AllowAllClrPolicy.IsReturnValueAllowed | ( | object? | value | ) |
Implements ScriptStack.Runtime.IClrPolicy.
| bool ScriptStack.Runtime.AllowAllClrPolicy.IsTypeAllowed | ( | Type | t | ) |
Implements ScriptStack.Runtime.IClrPolicy.