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