C# 클래스 PsTest.PowerShellIseColorFormatter

Represents a color formatter which formats colors for a PowerShell ISE host.
상속: IColorFormatter
파일 보기 프로젝트 열기: knutkj/pstest 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetBackgroundColor ( ) : string

Get the current background color.

PowerShellIseColorFormatter ( IRunspace runspace ) : System

Initializes a new instance of the PowerShell ISE color formatter with the specified runtime.

SetBackgroundColor ( string color ) : void

Sets the background color to the specified color.

메소드 상세

GetBackgroundColor() 공개 메소드

Get the current background color.
public GetBackgroundColor ( ) : string
리턴 string

PowerShellIseColorFormatter() 공개 메소드

Initializes a new instance of the PowerShell ISE color formatter with the specified runtime.
public PowerShellIseColorFormatter ( IRunspace runspace ) : System
runspace IRunspace /// The runtime to use for formatting instructions. ///
리턴 System

SetBackgroundColor() 공개 메소드

Sets the background color to the specified color.
public SetBackgroundColor ( string color ) : void
color string /// The color. ///
리턴 void