Class ExecutionModeDecision
public sealed record ExecutionModeDecision : IEquatable<ExecutionModeDecision>
- Inheritance
-
ExecutionModeDecision
- Implements
- Inherited Members
Constructors
ExecutionModeDecision(ExecutionMode)
public ExecutionModeDecision(ExecutionMode Mode)
Parameters
ModeExecutionMode
Properties
Compiled
public static ExecutionModeDecision Compiled { get; }
Property Value
Interpreted
public static ExecutionModeDecision Interpreted { get; }
Property Value
Mode
public ExecutionMode Mode { get; init; }