ScriptEvent.Implicit Operator
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9313)
Implicit(String to ScriptEvent)
Converts string to the ScriptEvent.
Declaration
public static implicit operator ScriptEvent(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| String | text | String to convert. |
Returns
| Type | Description |
|---|---|
| ScriptEvent | ScriptEvent that matches the specified string. |
Implicit(Regex to ScriptEvent)
Converts Regex to the ScriptEvent.
Declaration
public static implicit operator ScriptEvent(Regex regex)
Parameters
| Type | Name | Description |
|---|---|---|
| Regex | regex | Regex to convert. |
Returns
| Type | Description |
|---|---|
| ScriptEvent | ScriptEvent that matches the specified Regex. |