The ITerminal type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkBind
Binds the terminal to the specified shell channel factory - usually an instance of Rebex.Net.Ssh class.
Public methodSupported by the .NET Compact FrameworkDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSupported by the .NET Compact FrameworkSave(Stream, TerminalCaptureFormat)
Saves the content of the terminal screen to the specified stream in the specified format.
Public methodSupported by the .NET Compact FrameworkSave(String, TerminalCaptureFormat)
Saves the content of the terminal screen to the specified file in the specified format.
Public methodSupported by the .NET Compact FrameworkSave(Stream, TerminalCaptureFormat, TerminalCaptureOptions)
Saves the content of the terminal screen to the specified stream in the specified format with the specified options.
Public methodSupported by the .NET Compact FrameworkSave(String, TerminalCaptureFormat, TerminalCaptureOptions)
Saves the content of the terminal screen to the specified file in the specified format with the specified options.
Public methodSupported by the .NET Compact FrameworkSendToServer(String) Obsolete.
Public methodSupported by the .NET Compact FrameworkSendToServer(ConsoleKeyInfo) Obsolete.
Public methodSupported by the .NET Compact FrameworkSendToServer(FunctionKey) Obsolete.
Public methodSupported by the .NET Compact FrameworkSendToServer(FunctionKey, ConsoleModifiers) Obsolete.
Public methodSupported by the .NET Compact FrameworkSendToServer(array<Byte>[]()[][], Int32, Int32) Obsolete.
Public methodSupported by the .NET Compact FrameworkSetScreenSize
Sets a new screen size.
Public methodSupported by the .NET Compact FrameworkUnbind
Unbinds the terminal from the current channel and closes the channel.

Extension Methods

  NameDescription
Public Extension MethodSupported by the .NET Compact FrameworkSetCustomScreen
Sets the terminal's custom screen.
(Defined by TerminalExtensions.)

See Also