Defines the low-level custom host functionality, such as read and write actions, that a host application can implement to support character-mode interaction with the user.
Namespace: System.Management.Automation.Host
Assembly: System.Management.Automation (in system.management.automation.dll)
Dim instance As PSHostRawUserInterface
Public MustInherit Class PSHostRawUserInterface
public abstract class PSHostRawUserInterface
public ref class PSHostRawUserInterface abstract
public abstract class PSHostRawUserInterface
public abstract class PSHostRawUserInterface
The user interface model is based on a two-dimensional grid of cells referred to as the screen buffer. This buffer, in turn, includes a visible rectangular region called a window. Looking at this buffer in greater detail, each cell of the grid has a character, foreground color, and background color associated with it. When the buffer has input focus, it shows a cursor positioned in one cell.
Keystrokes can be read from the buffer and optionally echoed at the current cursor position.
System.Object
System.Management.Automation.Host.PSHostRawUserInterface
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2 Target Platforms
Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2