|
PSH [D:\foo]: $e="[enum]::GetNames([system.consolecolor])" > PSH [D:\foo]: $e > [enum]::GetNames([system.consolecolor]) > PSH [D:\foo]: & $e > The term '[enum]::GetNames([system ...
|
|
fgc = [system.consolecolor]"Gray" $bgc = [system.consolecolor]"red" $row = $host.ui.rawui.NewBufferCellArray($ ("_" * $WS.Width),$fgc,$bgc) for($i ; $i -lt $WS.Height ; $i+
|
|
open System. open System.Drawing. open System.Threading . type ScrollLetter = Letter of char | ColouredLetter of char * System.ConsoleColor . let padStr (msg:string)
|
|
Gets or sets the background color of the console. ... Property Value Type: System . . :: . ConsoleColor. A ConsoleColor that specifies the background color of the console; that is ...
|
|
This info is provided by .NET in the form of an enumeration of all the valid console colours, called the System.Consolecolor enumeration. To list all possible values of this ...
|
|
Mono Class Library : System Namespace System.ConsoleColor Enumeration: Note: This namespace, class, or member is supported only in version .NET 2.0 ...
|
|
PS>[system.consolecolor]”asdf” Cannot convert value “asdf” to type “System.ConsoleColor” due to invalid en umeration values. Specify one of the following enumeration ...
|