Class ExecutionModeDecision
Namespace: DotBoxD.Hosting.Execution
Assembly: DotBoxD.Hosting.dll
public sealed record ExecutionModeDecision : IEquatable<ExecutionModeDecision>Inheritance
Section titled “Inheritance”object ← ExecutionModeDecision
Implements
Section titled “Implements”IEquatable<ExecutionModeDecision>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”ExecutionModeDecision(ExecutionMode)
Section titled “ ExecutionModeDecision(ExecutionMode)”public ExecutionModeDecision(ExecutionMode Mode)Parameters
Section titled “Parameters”Mode ExecutionMode
Properties
Section titled “Properties”Compiled
Section titled “ Compiled”public static ExecutionModeDecision Compiled { get; }Property Value
Section titled “Property Value”Interpreted
Section titled “ Interpreted”public static ExecutionModeDecision Interpreted { get; }Property Value
Section titled “Property Value”public ExecutionMode Mode { get; init; }