Converts Regex to the ScriptEvent.

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

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	regex As Regex _
) As ScriptEvent
C#
public static implicit operator ScriptEvent (
	Regex regex
)

Parameters

regex
Type: System.Text.RegularExpressions..::..Regex
Regex to convert.

Return Value

ScriptEvent that matches the specified Regex.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also