OutputWindow.CopyOutput Method

[Visual Basic]
Public Function CopyOutput( _
   ByVal output As Byte(), _
   ByVal offset As Integer, _
   ByVal len As Integer _
) As Integer
[C#]
public int CopyOutput(
   byte[] output,
   int offset,
   int len
);

See Also

OutputWindow Class | OutputWindow Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace