|
ScriptStack 1.0.5
|
Options for the ScriptStack interpreter. More...
Properties | |
| ClrInteropMode | Clr = ClrInteropMode.Disabled [get, set] |
| IClrPolicy? | ClrPolicy [get, set] |
| Optional custom CLR policy. If set, it overrides the default policy of the selected ClrInteropMode. | |
Options for the ScriptStack interpreter.
Default: CLR interop is disabled (untrusted-by-default).
Definition at line 17 of file InterpreterOptions.cs.
|
getset |
Definition at line 19 of file InterpreterOptions.cs.
|
getset |
Optional custom CLR policy. If set, it overrides the default policy of the selected ClrInteropMode.
Definition at line 24 of file InterpreterOptions.cs.