ReplStatusEvent
Semantic status line event.
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ReplStatusEvent.cs
Signature
Section titled “Signature”public sealed record ReplStatusEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplStatusEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplInteractionEvent>IEquatable<ReplStatusEvent>
Constructors
Section titled “Constructors”ReplStatusEvent(string)
Section titled “ReplStatusEvent(string)”Semantic status line event.
public ReplStatusEvent(string Text)Parameters
Section titled “Parameters”Text(string)
Properties
Section titled “Properties”public string Text { get; init; }