C# 클래스 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.
파일 보기 프로젝트 열기: gus33000/WindowsBuildIdentifier

공개 메소드들

메소드 설명
Check ( TextWriter reportOutput, ReportLevels levels ) : bool

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

메소드 상세

Check() 공개 추상적인 메소드

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.
리턴 bool