The ScriptEvent type exposes the following members.

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