The ShellChannel type exposes the following members.

Constructors

  NameDescription
Protected methodSupported by the .NET Compact FrameworkShellChannel
Creates an instance of ShellChannel class.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkClose
Closes the channel gracefully.
Public methodSupported by the .NET Compact FrameworkDispose
Closes the channel.
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 FrameworkGetConnectionState
Gets a value that indicates whether the ShellChannel is currently connected to a remote host.
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.)
Public methodSupported by the .NET Compact FrameworkHasFlag
Determines whether the specified option is set.
Public methodSupported by the .NET Compact FrameworkKeepAlive
Sends a keep alive packet (NOOP) to the server.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkPoll
Determines the status of the channel.
Public methodSupported by the .NET Compact FrameworkReceive
Receives the specified amount of data from the remote connection end into a specific location of the receive buffer and using the supplied flags.
Public methodSupported by the .NET Compact FrameworkSend
Sends the specified amount of data to the remote connection end, starting at the indicated location in the data and using the supplied flags.
Public methodSupported by the .NET Compact FrameworkSendBreak
Sends a break request (if supported by the underlying channel).
Public methodSupported by the .NET Compact FrameworkSetTerminalSize
Sets a new terminal size.
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 FrameworkAvailable
Gets the amount of data that has been received from the remote connection end and is available to be read.
Public propertySupported by the .NET Compact FrameworkConnected
Gets a value that indicates whether the ShellChannel is connected to a remote host as of the last Send or Receive operation.
Public propertySupported by the .NET Compact FrameworkExitCode
Gets the channel exit status. Returns 0 if not available.
Public propertySupported by the .NET Compact FrameworkOptions
Gets channel flags.
Public propertySupported by the .NET Compact FrameworkTerminalHeight
Gets the terminal height.
Public propertySupported by the .NET Compact FrameworkTerminalWidth
Gets the terminal width.
Public propertySupported by the .NET Compact FrameworkTreatExtendedDataAsNormal
Gets or sets a value specifying how to treat extended data.

See Also