ScriptMatch.GetMatchInfoByTag Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
GetMatchInfoByTag(Object)
Returns the first matched condition with the specified tag.
Declaration
public ScriptMatchInfo GetMatchInfoByTag(object tag)
Parameters
Type | Name | Description |
---|---|---|
Object | tag | Tag. |
Returns
Type | Description |
---|---|
ScriptMatchInfo | Matched condition with the specified tag, or null if not found. |