The TerminalScreen type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkClear()()()()
Clears the whole screen and sets cursor position to the top-left corner.
Public methodSupported by the .NET Compact FrameworkClear(Boolean)
Clears the whole screen and sets cursor position to the top-left corner.
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 FrameworkGetCell
Gets the cell at the specified position.
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 FrameworkGetRegion
Gets the array of cells at the specified region represented by the TerminalScreenRegion class.
Public methodSupported by the .NET Compact FrameworkGetRegionText
Gets the text at the specified region. It is represented by array of lines.
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 FrameworkMoveBufferArea
Moves the specified region of screen buffer to the specified position.
Public methodSupported by the .NET Compact FrameworkSetCell
Sets the cell at the specified position to the specified cell.
Public methodSupported by the .NET Compact FrameworkSetCursorPosition
Sets the cursor position.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkWrite(Object)
Writes the text represented by the specified object to the console.
Public methodSupported by the .NET Compact FrameworkWrite(String)
Writes the specified string to the console.
Public methodSupported by the .NET Compact FrameworkWrite(String, array<Object>[]()[][])
Writes the text represented by the specified array of objects to the console.
Public methodSupported by the .NET Compact FrameworkWriteLine()()()()
Writes a newline character to the console.
Public methodSupported by the .NET Compact FrameworkWriteLine(Object)
Writes the text represented by the specified object to the console, followed by a newline character.
Public methodSupported by the .NET Compact FrameworkWriteLine(String)
Writes the specified string to the console, followed by a newline character.
Public methodSupported by the .NET Compact FrameworkWriteLine(String, array<Object>[]()[][])
Writes the text represented by the specified array of objects to the console, followed by a newline character.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkColumns
Gets the number of character columns.
Public propertySupported by the .NET Compact FrameworkCursorLeft
Gets the cursor column (0 is the first column).
Public propertySupported by the .NET Compact FrameworkCursorTop
Gets the cursor row (0 is the first row).
Public propertySupported by the .NET Compact FrameworkRows
Gets the number of character rows.

See Also