DiffOptions Members
Include Protected Members
Include Inherited Members
The DiffOptions type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Sets the target encoding to the encoding of the Console.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the code page override from the command-line.
Gets or sets the command-line options to pass to third-party tools.
Gets or sets the number of lines of context to provide for output formats that use them.
Gets or sets the CultureInfo.
Gets or sets the various flags used for a difference operation.
Gets or sets the OutputType to use.
Gets or sets the flag that indicates whether this diff operation should be recursive.
Gets or sets the encoding of the source files.
Gets or sets the string that should be used to label the source diff stream.
Gets or sets the encoding of the output stream.
Gets or sets the string that should be used to label the target diff stream.
Gets or sets the flag that indicates whether this diff should use a third-party tool.
Gets or sets the VSS output subtype that will be used when formatting the output stream.
Gets or sets the property to indicate whether the VSS output will be adjusted to fit inside this width.
Top