Table of Contents

Class ExecutionModeDecision

Namespace
DotBoxD.Hosting.Execution
Assembly
DotBoxD.Hosting.dll
public sealed record ExecutionModeDecision : IEquatable<ExecutionModeDecision>
Inheritance
ExecutionModeDecision
Implements
Inherited Members

Constructors

ExecutionModeDecision(ExecutionMode)

public ExecutionModeDecision(ExecutionMode Mode)

Parameters

Mode ExecutionMode

Properties

Compiled

public static ExecutionModeDecision Compiled { get; }

Property Value

ExecutionModeDecision

Interpreted

public static ExecutionModeDecision Interpreted { get; }

Property Value

ExecutionModeDecision

Mode

public ExecutionMode Mode { get; init; }

Property Value

ExecutionMode