Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Posh
0.1.7
Types/Posh.Host/get_Height.ps1
<#
.SYNOPSIS
Gets the height of the host
.DESCRIPTION
Gets the height of the host (in characters).
.EXAMPLE
$posh.Host.Height
.EXAMPLE
$Host.Height
#>
$this
.
UI
.
RawUI
.
BufferSize
.
Height