C# Класс SecureDelete.WipeMethod

Method used to wipe data.
Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

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

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