Table of Contents

Class SandboxExecutionOptions

Namespace
DotBoxD.Kernels
Assembly
DotBoxD.Kernels.dll
public sealed record SandboxExecutionOptions : IEquatable<SandboxExecutionOptions>
Inheritance
SandboxExecutionOptions
Implements
Inherited Members

Properties

AllowFallbackToInterpreter

public bool AllowFallbackToInterpreter { get; init; }

Property Value

bool

AutoCompileThreshold

public int AutoCompileThreshold { get; init; }

Property Value

int

EnableDebugTrace

public bool EnableDebugTrace { get; init; }

Property Value

bool

Isolation

public SandboxIsolation Isolation { get; init; }

Property Value

SandboxIsolation

Mode

public ExecutionMode Mode { get; init; }

Property Value

ExecutionMode

RequireDeterministic

public bool RequireDeterministic { get; init; }

Property Value

bool

RunId

public SandboxRunId? RunId { get; init; }

Property Value

SandboxRunId