A utility class for generating diffs in the unified diff format.
|
See Also: Inherited members from object.
| static |
WriteUnifiedDiff
(Diff, System.IO.TextWriter) Writes a diff in unified diff format to a TextWriter. |
| static |
WriteUnifiedDiff
(Diff, System.IO.TextWriter, string, string, int) Writes a diff in unified diff format to a TextWriter with the give file names and context. |
| static |
WriteUnifiedDiff
(string, string, System.IO.TextWriter, int, bool, bool) Writes out a line-by-line diff in unified diff format for the two files, specifying whether the comparison is case-sensitive and whitespace-sensitive. |
| static |
WriteUnifiedDiff
(string[], string, string[], string, System.IO.TextWriter, int, bool, bool) Writes out a line-by-line diff in unified diff format for the two documents, specifying whether the comparison is case-sensitive and whitespace-sensitive and the number of context lines. |
Writes out a line-by-line diff in unified diff format for the two documents, specifying whether the comparison is case-sensitive and whitespace-sensitive and the number of context lines.
Writes out a line-by-line diff in unified diff format for the two files, specifying whether the comparison is case-sensitive and whitespace-sensitive.
Writes a diff in unified diff format to a TextWriter.
Writes a diff in unified diff format to a TextWriter with the give file names and context.