IConsole (interface)

This type is found in the namespace Microsoft.PowerShell.Internal

mReadKeyConsoleKeyInfo
mget_KeyAvailableBoolean
mget_CursorLeftInt32
mset_CursorLeftVoid
mget_CursorTopInt32
mset_CursorTopVoid
mget_CursorSizeInt32
mset_CursorSizeVoid
mget_CursorVisibleBoolean
mset_CursorVisibleVoid
mget_BufferWidthInt32
mset_BufferWidthVoid
mget_BufferHeightInt32
mset_BufferHeightVoid
mget_WindowWidthInt32
mset_WindowWidthVoid
mget_WindowHeightInt32
mset_WindowHeightVoid
mget_WindowTopInt32
mset_WindowTopVoid
mget_BackgroundColorConsoleColor
mset_BackgroundColorVoid
mget_ForegroundColorConsoleColor
mset_ForegroundColorVoid
mget_OutputEncodingEncoding
mset_OutputEncodingVoid
mSetWindowPositionVoid
mSetCursorPositionVoid
mWriteLineVoid
mWriteVoid
mScrollBufferVoid
mBlankRestOfLineVoid
mSaveCursorVoid
mRestoreCursorVoid
pKeyAvailableBoolean
pCursorLeftInt32
pCursorTopInt32
pCursorSizeInt32
pCursorVisibleBoolean
pBufferWidthInt32
pBufferHeightInt32
pWindowWidthInt32
pWindowHeightInt32
pWindowTopInt32
pBackgroundColorConsoleColor
pForegroundColorConsoleColor
pOutputEncodingEncoding

ReadKey

get_KeyAvailable

.

get_CursorLeft

.

set_CursorLeft

.

get_CursorTop

valueSystem.Int32

set_CursorTop

.

get_CursorSize

valueSystem.Int32

set_CursorSize

.

get_CursorVisible

valueSystem.Int32

set_CursorVisible

.

get_BufferWidth

valueSystem.Boolean

set_BufferWidth

.

get_BufferHeight

valueSystem.Int32

set_BufferHeight

.

get_WindowWidth

valueSystem.Int32

set_WindowWidth

.

get_WindowHeight

valueSystem.Int32

set_WindowHeight

.

get_WindowTop

valueSystem.Int32

set_WindowTop

.

get_BackgroundColor

valueSystem.Int32

set_BackgroundColor

.

get_ForegroundColor

valueSystem.ConsoleColor

set_ForegroundColor

.

get_OutputEncoding

valueSystem.ConsoleColor

set_OutputEncoding

.

SetWindowPosition

valueSystem.Text.Encoding

SetCursorPosition

leftSystem.Int32
topSystem.Int32

WriteLine

leftSystem.Int32
topSystem.Int32

Write

sSystem.String

ScrollBuffer

sSystem.String

BlankRestOfLine

linesSystem.Int32

SaveCursor

.

RestoreCursor

.

KeyAvailable

.

CursorLeft

.

CursorTop

.

CursorSize

.

CursorVisible

.

BufferWidth

.

BufferHeight

.

WindowWidth

.

WindowHeight

.

WindowTop

.

BackgroundColor

.

ForegroundColor

.

OutputEncoding

.
.