Returns the first matched condition with the specified tag.

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

Syntax

Visual Basic
Public Function GetMatchInfoByTag ( _
	tag As Object _
) As ScriptMatchInfo
C#
public ScriptMatchInfo GetMatchInfoByTag(
	Object tag
)

Parameters

tag
Type: System..::..Object
Tag.

Return Value

Matched condition with the specified tag, or null if not found.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also