System.Web.PowerShell.HttpPowerShellHostUserInterface.Write C# (CSharp) Method

Write() public method

public Write ( ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value ) : void
foregroundColor ConsoleColor
backgroundColor ConsoleColor
value string
return void
        public override void Write(ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value)
        {
        }

Same methods

HttpPowerShellHostUserInterface::Write ( string value ) : void