C# 클래스 SecureDelete.WipeMethod

Method used to wipe data.
상속: ICloneable
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
ReadNative ( string file ) : bool

Read the method from the native format

Reset ( ) : void

Set the object in a clean state

SaveNative ( string file ) : bool

Save the method to native format

ValidateMethod ( ) : bool

Validate the method

WipeMethod ( ) : System

비공개 메소드들

메소드 설명
HandleStep ( string line ) : bool
ParseLine ( string line ) : bool

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

ReadNative() 공개 메소드

Read the method from the native format
public ReadNative ( string file ) : bool
file string
리턴 bool

Reset() 공개 메소드

Set the object in a clean state
public Reset ( ) : void
리턴 void

SaveNative() 공개 메소드

Save the method to native format
public SaveNative ( string file ) : bool
file string
리턴 bool

ValidateMethod() 공개 메소드

Validate the method
public ValidateMethod ( ) : bool
리턴 bool

WipeMethod() 공개 메소드

public WipeMethod ( ) : System
리턴 System