Method | Description | |
---|---|---|
LaunchApplication ( string filePath ) : void |
Launch the WinMerge
|
|
OutputFile ( List |
Output the differences to a file
|
|
OutputStream ( List |
Output the differences to a stream
|
|
OutputString ( List |
Output the differences to a string
|
Method | Description | |
---|---|---|
EscapeString ( object value ) : string |
Escape special characters
|
|
WriteItOut ( List |
public LaunchApplication ( string filePath ) : void | ||
filePath | string | The differences file |
return | void |
public OutputFile ( List |
||
differences | List |
A list of differences |
filePath | string | The file path |
return | void |
public OutputStream ( List |
||
differences | List |
A list of differences |
stream | Stream | An output stream |
return | void |
public OutputString ( List |
||
differences | List |
A list of differences |
return | string |