Gets a ScriptEvent that matches the specified string appearing on the screen.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Shared Function TextOnScreen ( _ text As String _ ) As ScriptEvent |
C# |
---|
public static ScriptEvent TextOnScreen( string text ) |
Parameters
- text
- Type: System..::..String
String to match.