C# 클래스 SecureDelete.PatternWipeStep

Wipe step where the data is a pattern.
상속: WipeStepBase
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
FromNative ( string pattern, char stringSeparators ) : bool

Get the step from the native form

PatternWipeStep ( ) : System
PatternWipeStep ( int number ) : System
PatternWipeStep ( int number, byte pattern ) : System
PatternWipeStep ( string nativeForm, char stringSeparators ) : System
ToNative ( ) : string

Get the native form of the step

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

FromNative() 공개 메소드

Get the step from the native form
public FromNative ( string pattern, char stringSeparators ) : bool
pattern string
stringSeparators char
리턴 bool

PatternWipeStep() 공개 메소드

public PatternWipeStep ( ) : System
리턴 System

PatternWipeStep() 공개 메소드

public PatternWipeStep ( int number ) : System
number int
리턴 System

PatternWipeStep() 공개 메소드

public PatternWipeStep ( int number, byte pattern ) : System
number int
pattern byte
리턴 System

PatternWipeStep() 공개 메소드

public PatternWipeStep ( string nativeForm, char stringSeparators ) : System
nativeForm string
stringSeparators char
리턴 System

ToNative() 공개 메소드

Get the native form of the step
public ToNative ( ) : string
리턴 string