System.Web.PowerShell.HttpPowerShellHostRawUserInterface.SetBufferContents C# (CSharp) Method

SetBufferContents() public method

public SetBufferContents ( System.Management.Automation.Host.Coordinates origin, System.Management.Automation.Host.BufferCell contents ) : void
origin System.Management.Automation.Host.Coordinates
contents System.Management.Automation.Host.BufferCell
return void
        public override void SetBufferContents(Coordinates origin, BufferCell[,] contents)
        {
            throw new NotImplementedException();
        }

Same methods

HttpPowerShellHostRawUserInterface::SetBufferContents ( System.Management.Automation.Host.Rectangle rectangle, System.Management.Automation.Host.BufferCell fill ) : void