C# Class DiscUtils.DiscFileSystemChecker

Base class for objects that validate file system integrity.
Instances of this class do not offer the ability to fix/correct file system issues, just to perform a limited number of checks on integrity of the file system.
Mostra file Open project: gus33000/WindowsBuildIdentifier

Public Methods

Method Description
Check ( TextWriter reportOutput, ReportLevels levels ) : bool

Checks the integrity of a file system held in a stream.

Method Details

Check() public abstract method

Checks the integrity of a file system held in a stream.
public abstract Check ( TextWriter reportOutput, ReportLevels levels ) : bool
reportOutput TextWriter A report on issues found.
levels ReportLevels The amount of detail to report.
return bool