C# Class KellermanSoftware.CompareNetObjects.Reports.WinMergeReport

Output files and launch WinMerge
Inheritance: BaseDualFileReport
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Méthodes publiques

Méthode Description
FindWinMerge ( ) : string

Find the path of the WinMerge executable

LaunchApplication ( string expectedFilePath, string actualFilePath ) : void

Launch the WinMerge

Method Details

FindWinMerge() public méthode

Find the path of the WinMerge executable
public FindWinMerge ( ) : string
Résultat string

LaunchApplication() public méthode

Launch the WinMerge
public LaunchApplication ( string expectedFilePath, string actualFilePath ) : void
expectedFilePath string The path to write the expected results
actualFilePath string The path to write the actual results
Résultat void