%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
OutputStream Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects.Reports Namespace > UserFriendlyReport Class : OutputStream Method


differences
A list of differences
stream
Where to write to

Glossary Item Box

Output the differences to a stream

Syntax

Visual Basic (Declaration) 
Public Sub OutputStream( _
   ByVal differences As System.Collections.Generic.List(Of Difference), _
   ByVal stream As System.IO.Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As UserFriendlyReport
Dim differences As System.Collections.Generic.List(Of Difference)
Dim stream As System.IO.Stream
 
instance.OutputStream(differences, stream)
C# 
public void OutputStream( 
   System.Collections.Generic.List<Difference> differences,
   System.IO.Stream stream
)
Managed Extensions for C++ 
public: void OutputStream( 
   System.Collections.Generic.List<Difference*>* differences,
   System.IO.Stream* stream
) 

Parameters

differences
A list of differences
stream
Where to write to

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.