C# 클래스 System.ConsolePal.TerminalFormatStrings

Provides format strings and related information for use with the current terminal.
파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
Background string
Bell string
Clear string
Columns int
CursorAddress string
CursorInvisible string
CursorLeft string
CursorVisible string
Foreground string
KeyFormatToConsoleKey ConsoleKeyInfo>.Dictionary
KeypadXmit string
Lines int
MaxColors int
MaxKeyFormatLength int
MinKeyFormatLength int
Reset string
Title string

공개 메소드들

메소드 설명
TerminalFormatStrings ( TermInfo db ) : Microsoft.Win32.SafeHandles

비공개 메소드들

메소드 설명
AddKey ( TermInfo db, TermInfo keyId, ConsoleKey key ) : void
AddKey ( TermInfo db, TermInfo keyId, ConsoleKey key, bool shift, bool alt, bool control ) : void
AddKey ( TermInfo db, string extendedName, ConsoleKey key, bool shift, bool alt, bool control ) : void
AddPrefixKey ( TermInfo db, string extendedNamePrefix, ConsoleKey key ) : void
GetTitle ( TermInfo db ) : string

메소드 상세

TerminalFormatStrings() 공개 메소드

public TerminalFormatStrings ( TermInfo db ) : Microsoft.Win32.SafeHandles
db TermInfo
리턴 Microsoft.Win32.SafeHandles

프로퍼티 상세

Background 공개적으로 프로퍼티

The format string to use to change the background color.
public string Background
리턴 string

Bell 공개적으로 프로퍼티

The format string to use for an audible bell.
public string Bell
리턴 string

Clear 공개적으로 프로퍼티

The format string to use to clear the terminal.
public string Clear
리턴 string

Columns 공개적으로 프로퍼티

The number of columns in a format.
public int Columns
리턴 int

CursorAddress 공개적으로 프로퍼티

The format string to use to set the position of the cursor.
public string CursorAddress
리턴 string

CursorInvisible 공개적으로 프로퍼티

The format string to use to make cursor invisible
public string CursorInvisible
리턴 string

CursorLeft 공개적으로 프로퍼티

The format string to use to move the cursor to the left.
public string CursorLeft
리턴 string

CursorVisible 공개적으로 프로퍼티

The format string to use to make cursor visible.
public string CursorVisible
리턴 string

Foreground 공개적으로 프로퍼티

The format string to use to change the foreground color.
public string Foreground
리턴 string

KeyFormatToConsoleKey 공개적으로 프로퍼티

The dictionary of keystring to ConsoleKeyInfo. Only some members of the ConsoleKeyInfo are used; in particular, the actual char is ignored.
public Dictionary KeyFormatToConsoleKey
리턴 ConsoleKeyInfo>.Dictionary

KeypadXmit 공개적으로 프로퍼티

The ANSI string used to enter "application" / "keypad transmit" mode.
public string KeypadXmit
리턴 string

Lines 공개적으로 프로퍼티

The number of lines in a format.
public int Lines
리턴 int

MaxColors 공개적으로 프로퍼티

The maximum number of colors supported by the terminal.
public int MaxColors
리턴 int

MaxKeyFormatLength 공개적으로 프로퍼티

Max key length
public int MaxKeyFormatLength
리턴 int

MinKeyFormatLength 공개적으로 프로퍼티

Min key length
public int MinKeyFormatLength
리턴 int

Reset 공개적으로 프로퍼티

The format string to use to reset the foreground and background colors.
public string Reset
리턴 string

Title 공개적으로 프로퍼티

The format string to use to set the window title.
public string Title
리턴 string