ScriptEvent.FromString Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
FromString(String)
Gets a ScriptEvent that matches the specified string.
Declaration
public static ScriptEvent FromString(string text)
Parameters
Type | Name | Description |
---|---|---|
String | text | String to match |
Returns
Type | Description |
---|---|
ScriptEvent | ScriptEvent that matches the specified string. |