C# 클래스 mCleaner.Helpers.Wipe

파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner 1 사용 예제들

공개 메소드들

메소드 설명
WipeFile ( string filename, int timesToWrite ) : void

Deletes a file in a secure way by overwriting it with random garbage data n times.

비공개 메소드들

메소드 설명
UpdatePassInfo ( int currentPass, int totalPasses ) : void
UpdateSectorInfo ( int currentSector, int totalSectors ) : void
WipeDone ( ) : void
WipeError ( Exception e ) : void

메소드 상세

WipeFile() 공개 메소드

Deletes a file in a secure way by overwriting it with random garbage data n times.
public WipeFile ( string filename, int timesToWrite ) : void
filename string Full path of the file to be deleted
timesToWrite int Specifies the number of times the file should be overwritten
리턴 void