Scripting.Prompt Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
Prompt
Gets or sets the sequence that is used to detect command prompt.
To use regular expressions, prepend the string with "regex:".
To use wildcards, prepend the string with "mask:".
Prompt sequence is used by Read
Declaration
public string Prompt { get; set; }
Property Value
Type | Description |
---|---|
String | Prompt sequence. |