|
ScriptStack 1.0.5
|
Policy hook for CLR interop. Implementations decide what is accessible from scripts. More...
Public Member Functions | |
| bool | IsTypeAllowed (Type t) |
| bool | IsMemberAllowed (MemberInfo m) |
| bool | IsCallAllowed (MethodInfo m) |
| bool | IsReturnValueAllowed (object? value) |
Policy hook for CLR interop. Implementations decide what is accessible from scripts.
Definition at line 9 of file IClrPolicy.cs.
| bool ScriptStack.Runtime.IClrPolicy.IsCallAllowed | ( | MethodInfo | m | ) |
| bool ScriptStack.Runtime.IClrPolicy.IsMemberAllowed | ( | MemberInfo | m | ) |
| bool ScriptStack.Runtime.IClrPolicy.IsReturnValueAllowed | ( | object? | value | ) |
| bool ScriptStack.Runtime.IClrPolicy.IsTypeAllowed | ( | Type | t | ) |