Class SandboxExecutionOptions
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record SandboxExecutionOptions : IEquatable<SandboxExecutionOptions>Inheritance
Section titled “Inheritance”object ← SandboxExecutionOptions
Implements
Section titled “Implements”IEquatable<SandboxExecutionOptions>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”AllowFallbackToInterpreter
Section titled “ AllowFallbackToInterpreter”public bool AllowFallbackToInterpreter { get; init; }Property Value
Section titled “Property Value”AutoCompileThreshold
Section titled “ AutoCompileThreshold”public int AutoCompileThreshold { get; init; }Property Value
Section titled “Property Value”EnableDebugTrace
Section titled “ EnableDebugTrace”public bool EnableDebugTrace { get; init; }Property Value
Section titled “Property Value”Isolation
Section titled “ Isolation”public SandboxIsolation Isolation { get; init; }Property Value
Section titled “Property Value”public ExecutionMode Mode { get; init; }Property Value
Section titled “Property Value”RequireDeterministic
Section titled “ RequireDeterministic”public bool RequireDeterministic { get; init; }Property Value
Section titled “Property Value”public SandboxRunId? RunId { get; init; }