C# Class SecureDelete.RandomWipeStep

Wipe step where the data is random.
Inheritance: WipeStepBase
Mostrar archivo Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
RandomWipeStep ( ) : System
RandomWipeStep ( int number ) : System
ToNative ( ) : string

Get the native form of the step

Method Details

Clone() public method

public Clone ( ) : object
return object

RandomWipeStep() public method

public RandomWipeStep ( ) : System
return System

RandomWipeStep() public method

public RandomWipeStep ( int number ) : System
number int
return System

ToNative() public method

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