ScriptStack 1.0.5
Loading...
Searching...
No Matches
ScriptStack.Runtime.InterpreterOptions Class Referencesealed

Options for the ScriptStack interpreter. More...

Properties

ClrInteropMode Clr = ClrInteropMode.Disabled [get, set]
IClrPolicyClrPolicy [get, set]
 Optional custom CLR policy. If set, it overrides the default policy of the selected ClrInteropMode.

Detailed Description

Options for the ScriptStack interpreter.

Default: CLR interop is disabled (untrusted-by-default).

Definition at line 17 of file InterpreterOptions.cs.

Property Documentation

◆ Clr

ClrInteropMode ScriptStack.Runtime.InterpreterOptions.Clr = ClrInteropMode.Disabled
getset

Definition at line 19 of file InterpreterOptions.cs.

19{ get; set; } = ClrInteropMode.Disabled;

◆ ClrPolicy

IClrPolicy? ScriptStack.Runtime.InterpreterOptions.ClrPolicy
getset

Optional custom CLR policy. If set, it overrides the default policy of the selected ClrInteropMode.

Definition at line 24 of file InterpreterOptions.cs.

24{ get; set; }

The documentation for this class was generated from the following file: