C# Класс SecureDelete.PatternWipeStep

Wipe step where the data is a pattern.
Наследование: WipeStepBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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