public class ResultDataDiffMain| ResultDataDiffMain | Default constructor |
| CheckFiles | Check if files exists on disc |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| LoadResultDatas | Load all result data files to ResultDatas |
| Main | Main method for startup. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ParseCommandLineArgument | Parse command line arguments |
| ParseCommandLineArguments | Parse all command line arguments |
| PerformDiff | Try perform difference on the two first files |
| PrintArguments | Print usages to console |
| PrintLine | Prints a line to the console, if level is less than static DebugLevel |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryFindCompareFile | Try automatically find compare file . if file ends with _ref.res1d |
| _silent | Run silent (no console output) |
| AutoFindCompareFile | Bool indicating if compare file should be automatically searched for, when reference file ends with "_ref.res1d" |
| ConsoleProgress | Bool indicating if progress of loading the file should be printed to the console |
| DebugLevel | Debug level, when outputting to console. |
| Differ | ResultDataDiff, performing diff operation, and holding a bit of setup parameters |
| Filenames | List of filenames to load |
| ResultDatas | All ResultDatas to handle |