C# Класс KellermanSoftware.CompareNetObjects.Reports.WinMergeReport

Output files and launch WinMerge
Наследование: BaseDualFileReport
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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