ReplRunOptions
Runtime execution options for a single REPL run.
- Kind:
Class - Namespace: Repl
- Assembly:
Repl.Defaults - Source: src/Repl.Defaults/ReplRunOptions.cs
Signature
Section titled “Signature”public sealed record ReplRunOptions : IEquatable<ReplRunOptions>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplRunOptions>
Properties
Section titled “Properties”AnsiSupport
Section titled “AnsiSupport”Gets or sets the ANSI support mode for the session.
public AnsiMode AnsiSupport { get; init; }Returns
Section titled “Returns”HostedServiceLifecycle
Section titled “HostedServiceLifecycle”Gets or sets the hosted-service lifecycle behavior.
public HostedServiceLifecycleMode HostedServiceLifecycle { get; init; }Returns
Section titled “Returns”TerminalOverrides
Section titled “TerminalOverrides”Gets or sets optional explicit terminal metadata overrides.
public TerminalSessionOverrides? TerminalOverrides { get; init; }