The TerminalOptions type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkTerminalOptions
Initializes a new instance of TerminalOptions using the default values.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkClone
Creates a clone of the object.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from 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 methodSupported by the .NET Compact FrameworkGetColorIndex
Gets the palette index of the specified custom scheme color.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
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 methodSupported by the .NET Compact FrameworkSetColorIndex
Sets the palette index to be used by the specified named scheme color. This is only used for Custom (see ColorScheme property).
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAnswerback
Gets or sets the Answerback message. If set to null reference (Nothing in Visual Basic) the TerminalName is used instead. To send no Answerback message, use the empty string.
Public propertySupported by the .NET Compact FrameworkAutoWrapMode
Gets or sets the auto wrap mode value - defines the behavior of a character received when the cursor is at the last column.
Public propertySupported by the .NET Compact FrameworkBackspaceSequence
Gets or sets a Backspace key sequence for outgoing data.
Public propertySupported by the .NET Compact FrameworkBackspaceWrapMode
Gets or sets the backspace wrap mode value - defines the behavior of backspace when the cursor is at the first column.
Public propertySupported by the .NET Compact FrameworkBlinkingText
Gets or sets the blinking text appearance.
Public propertySupported by the .NET Compact FrameworkBreakSequence
Gets or sets which break sequence to use - defines the behavior of the SendBreak(Int32) method.
Public propertySupported by the .NET Compact FrameworkColorScheme
Gets or sets the color scheme.
Public propertySupported by the .NET Compact FrameworkColumns
Gets or sets the number of character columns. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Public propertySupported by the .NET Compact FrameworkCursorKeyMode
Gets or sets an initial cursor key mode.
Public propertySupported by the .NET Compact FrameworkEncoding
Public propertySupported by the .NET Compact FrameworkForceNondestructiveBackspace
Gets or sets a value indicating whether to treat the incoming destructive backspace characters (7F) as non-destructive backspace (08).
Public propertySupported by the .NET Compact FrameworkFunctionKeysMode
Gets or sets the behavior of function keys that include F1-F20, Insert, Delete, Home, End, Page Up and Page Down. The HomeEndKeysMode takes precedence for the behavior of Home and End keys unless set to HomeEndKeysMode.Standard.
Public propertySupported by the .NET Compact FrameworkHomeEndKeysMode
Gets or sets the behavior of Home and End keys. When set to HomeEndKeysMode.Standard, the actual behavior is determined by the FunctionKeysMode property.
Public propertySupported by the .NET Compact FrameworkIgnoreCursorKeyModeChange
Specifies whether to ignore cursor key mode change requests from the server.
Public propertySupported by the .NET Compact FrameworkIgnoreSubstituteCharacter
Gets or sets a value indicating whether to ignore incoming substitute characters (1A) or replace them with replaced by a question mark.
Public propertySupported by the .NET Compact FrameworkImplicitCarriageReturnInLinefeed
Gets or sets a value indicating whether a CR character is implied in any received LF.
Public propertySupported by the .NET Compact FrameworkLocalEcho
Enables or disables local echo.
Public propertySupported by the .NET Compact FrameworkNewLineSequence
Gets or sets a new line sequence for outgoing data.
Public propertySupported by the .NET Compact FrameworkPersistColorsOnSgr
Specifies whether escape sequence of the Select Graphic Rendition also clears the color of the pen.
Public propertySupported by the .NET Compact FrameworkRemoteCommand
Gets or sets the remote command to execute (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Public propertySupported by the .NET Compact FrameworkRows
Gets or sets the number of character rows. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Public propertySupported by the .NET Compact FrameworkSelectGraphicRendition1
Gets or sets the appearance of the sequence: CSI 1 m.
Public propertySupported by the .NET Compact FrameworkTelnetEscapesCarriageReturn
Specifies whether to escape CR character to CR NUL during send in Telnet.
Public propertySupported by the .NET Compact FrameworkTerminalName
Gets or sets the terminal name.
Public propertySupported by the .NET Compact FrameworkTerminalType
Gets or sets the terminal type.
Public propertySupported by the .NET Compact FrameworkWaitForCloseConfirmation
Gets or sets a value that indicates whether Unbind()()()() waits for channel close confirmation.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkICloneable..::..Clone

See Also