C# Class KellermanSoftware.CompareNetObjects.Reports.BeyondCompareReport

Output files and launch Beyond Compare
Inheritance: BaseDualFileReport
Show file Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Public Methods

Method Description
FindBeyondCompare ( ) : string

Find the path of the Beyond Compare executable

LaunchApplication ( string expectedFilePath, string actualFilePath ) : void

Launch the WinMerge

Method Details

FindBeyondCompare() public method

Find the path of the Beyond Compare executable
public FindBeyondCompare ( ) : 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