The ScriptEvent type exposes the following members.

Methods

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkAnd
Both of the conditions must be met.
Public methodStatic memberSupported by the .NET Compact FrameworkCursorAtPosition
Gets a ScriptEvent that matches a cursor appearing at the specified position.
Public methodStatic memberSupported by the .NET Compact FrameworkCursorInArea
Gets a ScriptEvent that matches a cursor appearing in the specified area.
Public methodStatic memberSupported by the .NET Compact FrameworkDelay
Gets a ScriptEvent that matches a delay (no data arrived for the specified time).
Public methodStatic memberSupported by the .NET Compact FrameworkDuration
Gets a ScriptEvent that matches when data are received for specified time.
Public methodSupported by the .NET Compact FrameworkEquals
Returns a value indication whether this object equals another object.
(Overrides Object..::..Equals(Object).)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkFromRegex(String)
Gets a ScriptEvent that matches the regular expression.
Public methodStatic memberSupported by the .NET Compact FrameworkFromRegex(Regex)
Gets a ScriptEvent that matches the regular expression.
Public methodStatic memberSupported by the .NET Compact FrameworkFromString
Gets a ScriptEvent that matches the specified string.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Returns the hash code for the value of this instance.
(Overrides Object..::..GetHashCode()()()().)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkNot
A condition must not be met.
Public methodStatic memberSupported by the .NET Compact FrameworkOr(array<ScriptEvent>[]()[][])
At least one of the conditions must be met.
Public methodStatic memberSupported by the .NET Compact FrameworkOr(ScriptEvent, ScriptEvent)
At least one of the conditions must be met.
Public methodSupported by the .NET Compact FrameworkSetTag
Set the ScriptEvent's tag.
Public methodStatic memberSupported by the .NET Compact FrameworkTextAtPosition
Gets a ScriptEvent that matches the specified string appearing at the specified position.
Public methodStatic memberSupported by the .NET Compact FrameworkTextInRegion
Gets a ScriptEvent that matches the specified string appearing inside the specified region on the screen.
Public methodStatic memberSupported by the .NET Compact FrameworkTextOnCursorLine
Gets a ScriptEvent that matches the specified string appearing at the cursor line.
Public methodStatic memberSupported by the .NET Compact FrameworkTextOnScreen
Gets a ScriptEvent that matches the specified string appearing on the screen.
Public methodSupported by the .NET Compact FrameworkToString
Returns human readable representation of this ScriptEvent.
(Overrides Object..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberSupported by the .NET Compact FrameworkBitwiseAnd
Both of the conditions must be met.
Public operatorStatic memberSupported by the .NET Compact FrameworkBitwiseOr
At least one of the conditions must be met.
Public operatorStatic memberSupported by the .NET Compact FrameworkImplicitWideningImplicitImplicitImplicit(String to ScriptEvent)
Converts string to the ScriptEvent.
Public operatorStatic memberSupported by the .NET Compact FrameworkImplicitWideningImplicitImplicitImplicit(Regex to ScriptEvent)
Converts Regex to the ScriptEvent.
Public operatorStatic memberSupported by the .NET Compact FrameworkLogicalNot
A condition must not be met.

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkAnyText
Gets a ScriptEvent that matches any character that is not a part of escape sequence (e.g. color change is not matched).
Public propertyStatic memberSupported by the .NET Compact FrameworkClosed
Gets a ScriptEvent that matches when the underlying channel is closed.
Public propertyStatic memberSupported by the .NET Compact FrameworkLine
Gets a ScriptEvent that matches an end-of-line ('\n') sequence.
Public propertyStatic memberSupported by the .NET Compact FrameworkPrompt
Gets a ScriptEvent that matches the prompt specified by Prompt property.
Public propertySupported by the .NET Compact FrameworkTag
Gets or sets a tag of this condition.
Public propertyStatic memberSupported by the .NET Compact FrameworkTimeout
Gets a ScriptEvent that matches timed-out operation.

See Also