C# Class KellermanSoftware.CompareNetObjects.Reports.WinMergeReport

Output files and launch WinMerge
Inheritance: BaseDualFileReport
ファイルを表示 Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Public Methods

Method Description
FindWinMerge ( ) : string

Find the path of the WinMerge executable

LaunchApplication ( string expectedFilePath, string actualFilePath ) : void

Launch the WinMerge

Method Details

FindWinMerge() public method

Find the path of the WinMerge executable
public FindWinMerge ( ) : string
return string

LaunchApplication() public method

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
return void