%%PageItemTitle%%

Compare .NET Objects

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


differences
A list of the differences
expectedFilePath
The path to write the expected results
actualFilePath
The path to write the actual results

Glossary Item Box

Create two difference files and compare in WinMerge

Syntax

Visual Basic (Declaration) 
Public Overridable Sub OutputFiles( _
   ByVal differences As System.Collections.Generic.List(Of Difference), _
   ByVal expectedFilePath As System.String, _
   ByVal actualFilePath As System.String _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseDualFileReport
Dim differences As System.Collections.Generic.List(Of Difference)
Dim expectedFilePath As System.String
Dim actualFilePath As System.String
 
instance.OutputFiles(differences, expectedFilePath, actualFilePath)
C# 
public virtual void OutputFiles( 
   System.Collections.Generic.List<Difference> differences,
   System.string expectedFilePath,
   System.string actualFilePath
)
Managed Extensions for C++ 
public: virtual void OutputFiles( 
   System.Collections.Generic.List<Difference*>* differences,
   System.string* expectedFilePath,
   System.string* actualFilePath
) 

Parameters

differences
A list of the differences
expectedFilePath
The path to write the expected results
actualFilePath
The path to write the actual results

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.