Returns the first matched condition corresponding to the specified condition type.

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

Syntax

Visual Basic
Public Function GetMatchInfoByEvent ( _
	scriptEvent As ScriptEvent _
) As ScriptMatchInfo
C#
public ScriptMatchInfo GetMatchInfoByEvent(
	ScriptEvent scriptEvent
)

Parameters

scriptEvent
Type: Rebex.TerminalEmulation..::..ScriptEvent
Condition type.

Return Value

Matched condition, or null if not found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also