C# 클래스 KellermanSoftware.CompareNetObjects.Reports.WinMergeReport

Output files and launch WinMerge
상속: BaseDualFileReport
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

공개 메소드들

메소드 설명
FindWinMerge ( ) : string

Find the path of the WinMerge executable

LaunchApplication ( string expectedFilePath, string actualFilePath ) : void

Launch the WinMerge

메소드 상세

FindWinMerge() 공개 메소드

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

LaunchApplication() 공개 메소드

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
리턴 void