Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
FlushInputBuffer ( ) : void | ||
GetBufferContents ( System.Management.Automation.Host.Rectangle rectangle ) : ].BufferCell[ | ||
HostRawUI ( |
||
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 |
public GetBufferContents ( System.Management.Automation.Host.Rectangle rectangle ) : ].BufferCell[ | ||
rectangle | System.Management.Automation.Host.Rectangle | |
Résultat | ].BufferCell[ |
public HostRawUI ( |
||
control | ||
Résultat | System |
public ReadKey ( ReadKeyOptions options ) : System.Management.Automation.Host.KeyInfo | ||
options | ReadKeyOptions | |
Résultat | System.Management.Automation.Host.KeyInfo |
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 | |
Résultat | void |
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 | |
Résultat | void |
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 | |
Résultat | void |