%%PageItemTitle%%

Compare .NET Objects

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


differences
A list of differences
filePath
The file path

Glossary Item Box

Output the differences to a file

Syntax

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

Parameters

differences
A list of differences
filePath
The file path

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.