C# Class SecureDelete.PatternWipeStep

Wipe step where the data is a pattern.
Inheritance: WipeStepBase
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

FromNative() public méthode

Get the step from the native form
public FromNative ( string pattern, char stringSeparators ) : bool
pattern string
stringSeparators char
Résultat bool

PatternWipeStep() public méthode

public PatternWipeStep ( ) : System
Résultat System

PatternWipeStep() public méthode

public PatternWipeStep ( int number ) : System
number int
Résultat System

PatternWipeStep() public méthode

public PatternWipeStep ( int number, byte pattern ) : System
number int
pattern byte
Résultat System

PatternWipeStep() public méthode

public PatternWipeStep ( string nativeForm, char stringSeparators ) : System
nativeForm string
stringSeparators char
Résultat System

ToNative() public méthode

Get the native form of the step
public ToNative ( ) : string
Résultat string