EnterInteractiveResult
Signals that the process should enter interactive REPL mode after rendering the payload.
- Kind:
Class - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/EnterInteractiveResult.cs
Signature
Section titled “Signature”public sealed record EnterInteractiveResult : IEquatable<EnterInteractiveResult>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<EnterInteractiveResult>
Constructors
Section titled “Constructors”EnterInteractiveResult(object?)
Section titled “EnterInteractiveResult(object?)”Signals that the process should enter interactive REPL mode after rendering the payload.
public EnterInteractiveResult(object? Payload)Parameters
Section titled “Parameters”Payload(object): Optional result payload to render before entering interactive mode.
Properties
Section titled “Properties”Payload
Section titled “Payload”Optional result payload to render before entering interactive mode.
public object? Payload { get; init; }