C# Класс PoshCode.PowerShell.HostRawUI

Наследование: System.Management.Automation.Host.PSHostRawUserInterface
Показать файл Открыть проект Примеры использования класса

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