Screen Methods
The Screen type exposes the following members.
Methods
 | Name | Description |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | 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.) | |
GetScreen | Gets the contents of the screen from the current session as plain text, without extended attributes. | |
GetScreenSize | Retrieves the number of rows and columns of the screen. | |
GetScreenWithAttribs | Gets the contents of the screen from the currently connected session, with character attributes. The format of the returned string will be alternating, one character of text, one attribute (can be 0) | |
GetString | Copies all or part of the host session presentation space into a buffer. | |
GetStringWithAttribs | Copies all or part of the screen into a buffer, including extended attributes. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Search | Searches the presentation space for a specified string. | |
SetString | Copies a string into a specified position on the presentation space. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also
Screen Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.