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

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

공개 메소드들

메소드 설명
FindBeyondCompare ( ) : string

Find the path of the Beyond Compare executable

LaunchApplication ( string expectedFilePath, string actualFilePath ) : void

Launch the WinMerge

메소드 상세

FindBeyondCompare() 공개 메소드

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