The Shell type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkConnected
Returns a value indicating whether the Shell object is connected.
Public propertySupported by the .NET Compact FrameworkEncoding
Gets or sets the character encoding for incoming and outgoing data.
Public propertySupported by the .NET Compact FrameworkIsRunning
Returns a value indicating whether a command is currently running.
Public propertySupported by the .NET Compact FrameworkLastMatchedPrompt
Gets the last matched prompt (set when the end of command response has been reached). Only works in prompt-based mode.
Public propertySupported by the .NET Compact FrameworkMode
Gets the shell mode.
Public propertySupported by the .NET Compact FrameworkPrompt
Gets or sets the prompt sequence that is used to detect response end. To use regular expressions, prepend the string with "regex:". To use wildcards, prepend the string with "mask:". Prompt sequence is only used when shell Mode is Prompt
Public propertySupported by the .NET Compact FrameworkStripEscapeSequences
Gets or sets a value indicating whether to strip escape sequences from the incoming data.
Public propertySupported by the .NET Compact FrameworkTimeout
Gets or sets the length of time in milliseconds before an operation times out (specify -1 or 0 to indicate that the request does not time out).

See Also