Gets the last matched prompt (set when the end of command response has been reached). Only works in prompt-based mode.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property LastMatchedPrompt As String
	Get
C#
public string LastMatchedPrompt { get; }

Field Value

The last matched prompt.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also