Skip to content

Class SandboxExecutionOptions

Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll

public sealed record SandboxExecutionOptions : IEquatable<SandboxExecutionOptions>

objectSandboxExecutionOptions

IEquatable<SandboxExecutionOptions>

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

public bool AllowFallbackToInterpreter { get; init; }

bool

public int AutoCompileThreshold { get; init; }

int

public bool EnableDebugTrace { get; init; }

bool

public SandboxIsolation Isolation { get; init; }

SandboxIsolation

public ExecutionMode Mode { get; init; }

ExecutionMode

public bool RequireDeterministic { get; init; }

bool

public SandboxRunId? RunId { get; init; }

SandboxRunId?