The VirtualTerminal type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkVirtualTerminal(Int32, Int32)
Creates a new instance of the virtual terminal.
Public methodSupported by the .NET Compact FrameworkVirtualTerminal(Int32, Int32, Int32)
Creates a new instance of the virtual terminal.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginBind
Begins asynchronous Bind operation. Binds the terminal to the specified shell channel factory - usually an instance of Rebex.Net.Ssh or Rebex.Net.Telnet class.
Public methodSupported by the .NET Compact FrameworkBind
Binds the terminal to the specified shell channel factory - usually an instance of Rebex.Net.Ssh or Rebex.Net.Telnet class.
Public methodSupported by the .NET Compact FrameworkDispose
Disposes the VirtualTerminal object and closes the channel associated with it.
Public methodSupported by the .NET Compact FrameworkEndBind
Ends an asynchronous BeginBind operation.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkExpect(String, Int32) Obsolete.
Public methodSupported by the .NET Compact FrameworkExpect(Regex, Int32) Obsolete.
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 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 FrameworkProcess()()()() Obsolete.
Public methodSupported by the .NET Compact FrameworkProcess(Int32) Obsolete.
Public methodSupported by the .NET Compact FrameworkProcess(TimeSpan) Obsolete.
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 FrameworkSendBreak Obsolete.
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 FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
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.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCellSize
Gets the size of a character cell.
Public propertySupported by the .NET Compact FrameworkHistoryLength
Gets the current history buffer length.
Public propertySupported by the .NET Compact FrameworkIsDisposed
Gets a value indicating whether the terminal is disposed.
Public propertySupported by the .NET Compact FrameworkOptions
Gets or sets terminal options.
Public propertySupported by the .NET Compact FrameworkPalette
Gets or sets the terminal palette.
Public propertySupported by the .NET Compact FrameworkReceivedData Obsolete.
Public propertySupported by the .NET Compact FrameworkRecorder
Gets or sets incoming data recorder.
Public propertySupported by the .NET Compact FrameworkScreen
Gets the terminal screen object.
Public propertySupported by the .NET Compact FrameworkScripting
Gets the object which allows enhanced scripting.
Public propertySupported by the .NET Compact FrameworkTerminalFont
Gets or sets the terminal font. Setting the font may also cause the screen size to be adjusted to fit into the control area.
Public propertySupported by the .NET Compact FrameworkTransfers
Gets the object which allows file transferring.

Events

  NameDescription
Public eventSupported by the .NET Compact FrameworkActionRequested
Occurs when a specific client action is requested by the server.
Public eventSupported by the .NET Compact FrameworkDataReceived
Occurs when the data are received from the server.
Public eventSupported by the .NET Compact FrameworkDisconnected
Occurs when disconnected from the server.
Public eventSupported by the .NET Compact FrameworkRemoteResize
Occurs when the screen resize is requested by the server.

See Also