PowerShellHtmlConsole.PSRemoteRawUserInterface.GetBufferContents C# (CSharp) Method

GetBufferContents() public method

Retrieves a rectangular region of the screen buffer. This method is not implemented. The call fails with an exception.
public GetBufferContents ( System.Management.Automation.Host.Rectangle rectangle ) : ].BufferCell[
rectangle System.Management.Automation.Host.Rectangle A Rectangle object that defines the size of the rectangle
return ].BufferCell[
        public override BufferCell[,] GetBufferContents(Rectangle rectangle)
        {
            throw new NotImplementedException("The GetBufferContents method is not implemented by MyRawUserInterface.");
        }