C# 클래스 PoshCode.PowerShell.HostRawUI

상속: System.Management.Automation.Host.PSHostRawUserInterface
파일 보기 프로젝트 열기: Jaykul/PoshConsole 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FlushInputBuffer ( ) : void
GetBufferContents ( System.Management.Automation.Host.Rectangle rectangle ) : ].BufferCell[
HostRawUI ( ConsoleControl control ) : System
ReadKey ( ReadKeyOptions options ) : System.Management.Automation.Host.KeyInfo

Provides a way for scripts to request user input ...

ScrollBufferContents ( System.Management.Automation.Host.Rectangle source, System.Management.Automation.Host.Coordinates destination, System.Management.Automation.Host.Rectangle clip, System.Management.Automation.Host.BufferCell fill ) : void
SetBufferContents ( System.Management.Automation.Host.Coordinates origin, System.Management.Automation.Host.BufferCell contents ) : void
SetBufferContents ( System.Management.Automation.Host.Rectangle rectangle, System.Management.Automation.Host.BufferCell fill ) : void

메소드 상세

FlushInputBuffer() 공개 메소드

public FlushInputBuffer ( ) : void
리턴 void

GetBufferContents() 공개 메소드

public GetBufferContents ( System.Management.Automation.Host.Rectangle rectangle ) : ].BufferCell[
rectangle System.Management.Automation.Host.Rectangle
리턴 ].BufferCell[

HostRawUI() 공개 메소드

public HostRawUI ( ConsoleControl control ) : System
control PoshCode.Controls.ConsoleControl
리턴 System

ReadKey() 공개 메소드

Provides a way for scripts to request user input ...
public ReadKey ( ReadKeyOptions options ) : System.Management.Automation.Host.KeyInfo
options ReadKeyOptions
리턴 System.Management.Automation.Host.KeyInfo

ScrollBufferContents() 공개 메소드

public ScrollBufferContents ( System.Management.Automation.Host.Rectangle source, System.Management.Automation.Host.Coordinates destination, System.Management.Automation.Host.Rectangle clip, System.Management.Automation.Host.BufferCell fill ) : void
source System.Management.Automation.Host.Rectangle
destination System.Management.Automation.Host.Coordinates
clip System.Management.Automation.Host.Rectangle
fill System.Management.Automation.Host.BufferCell
리턴 void

SetBufferContents() 공개 메소드

public SetBufferContents ( System.Management.Automation.Host.Coordinates origin, System.Management.Automation.Host.BufferCell contents ) : void
origin System.Management.Automation.Host.Coordinates
contents System.Management.Automation.Host.BufferCell
리턴 void

SetBufferContents() 공개 메소드

public SetBufferContents ( System.Management.Automation.Host.Rectangle rectangle, System.Management.Automation.Host.BufferCell fill ) : void
rectangle System.Management.Automation.Host.Rectangle
fill System.Management.Automation.Host.BufferCell
리턴 void