OutputWrittenEvent
Output text chunk emitted by the host.
- Kind:
Class - Namespace: Repl.Testing
- Assembly:
Repl.Testing - Source: src/Repl.Testing/OutputWrittenEvent.cs
Signature
Section titled “Signature”public sealed record OutputWrittenEvent : CommandEvent, IEquatable<CommandEvent>, IEquatable<OutputWrittenEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<CommandEvent>IEquatable<OutputWrittenEvent>
Constructors
Section titled “Constructors”OutputWrittenEvent(string)
Section titled “OutputWrittenEvent(string)”Output text chunk emitted by the host.
public OutputWrittenEvent(string Text)Parameters
Section titled “Parameters”Text(string)
Properties
Section titled “Properties”public string Text { get; init; }