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

GetBufferContents() public method

public GetBufferContents ( System.Management.Automation.Host.Rectangle rectangle ) : ].BufferCell[
rectangle System.Management.Automation.Host.Rectangle
return ].BufferCell[
        public override BufferCell[,] GetBufferContents(Rectangle rectangle)
        {
            return null;
        }