An NDoc Documented Class Library

TerminalScreen.GetText Method (Int32, Int32)

Get length characters of text from the terminal screen starting at offset.

public string GetText(
   int offset,
   int length
);

Parameters

offset
0-based offset starting character
length
number of characters to return

Return Value

Requested characters from the display.

Remarks

This property supports the Verastream .NET API framework and is not intended to be used directly in your code.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown when an index argument value is out of range.

See Also

TerminalScreen Class | WRQ.Verastream.HostIntegrator Namespace | TerminalScreen.GetText Overload List