The Shell type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkClose
Closed the communication channel.
Protected methodSupported by the .NET Compact FrameworkDetectKnownShell
This method is a part of the component infrastructure and is not intended to be used directly by user code.
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 FrameworkGetExitCode
Gets the exit code of the last command, if available. Only supported in Rebex SSH Shell with WellKnownShellMode and for Ssh.StartCommand method. Not supported in Rebex Telnet.
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 FrameworkReadAll()()()()
Reads a multi-line response from the server. Returns null reference (Nothing in Visual Basic) if the end of response has been reached without any preceding data.
Public methodSupported by the .NET Compact FrameworkReadAll(array<String>[]()[][])
Reads a multi-line response from the server. Returns if either the question prompt has been received (and no other data are pending) or the end of response has been reached. Returns null reference (Nothing in Visual Basic) if the end of response has been reached without any preceding data.
Public methodSupported by the .NET Compact FrameworkReadChar
Reads a character from the server. Returns an EndOfResponse character if the end of response has been reached.
Public methodSupported by the .NET Compact FrameworkReadLine()()()()
Reads a single line of response from the server. Returns null reference (Nothing in Visual Basic) if the end of response has been reached without any preceding data.
Public methodSupported by the .NET Compact FrameworkReadLine(array<String>[]()[][])
Reads a single line of response from the server. Returns if either end of line was detected or the question prompt has been received (and no other data are pending) or the end of response has been reached. Returns null reference (Nothing in Visual Basic) if the end of response has been reached without any preceding data.
Public methodSupported by the .NET Compact FrameworkSendBreak
Sends a break request to the server. This may or may not have any effect. Caution: some Telnet servers don't handle this correctly, causing subsequent commands to fail!
Public methodSupported by the .NET Compact FrameworkSendCommand(String)
Sends a command to the server. This assumes that either there is no command running at the moment or that a question prompt was encountered.
Public methodSupported by the .NET Compact FrameworkSendCommand(String, Boolean)
Sends a command to the server. This assumes that either there is no command running at the moment or that a question prompt was encountered.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also