Screen

Top  Previous  Next

Screen encapsulates the host presentation space. The presentation space is a virtual Screen which contains all the characters and attributes that would be seen on a traditional emulator Screen. This virtual Screen is the primary object for text-based interactions with the host. The Screen provides methods that manipulate text, search the Screen, send keystrokes to the host, and work with the cursor.

An Screen object can be obtained from the Screen property of an instance of Session.

The raw presentation space data is maintained in a series of planes which can be accessed by various methods within this class.

The text plane contains the actual characters in the presentation space. Most of the methods in Screen class work exclusively with the text plane.

The remaining planes contain the corresponding attributes for each character in the text plane. The color plane contains color characteristics. The field plane contains the field attributes.

The extended plane contains the extended field attributes. The color, field, and extended planes are not interpreted by any of the methods in this class.

 

See Also Screen Properties and Methods.