The Shell type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Connected |
Returns a value indicating whether the Shell object is connected.
| |
| Encoding |
Gets or sets the character encoding for incoming and outgoing data.
| |
| IsRunning |
Returns a value indicating whether a command is currently running.
| |
| LastMatchedPrompt |
Gets the last matched prompt (set when the end of command response has been reached).
Only works in prompt-based mode.
| |
| Mode |
Gets the shell mode.
| |
| Prompt | ||
| StripEscapeSequences |
Gets or sets a value indicating whether to strip escape sequences from the incoming data.
| |
| Timeout |
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).
|