C# Class SecureDelete.WipeObjects.DriveWipeObject

Inheritance: IWipeObject
Show file Open project: gratianlup/SecureDelete Class Usage Examples

Public Methods

Method Description
AddDrive ( char drive ) : bool

Add a drive

ClearDrives ( ) : void

Remove all drives

DriveWipeObject ( ) : System
GetObject ( ) : NativeMethods.WObject
GetObjects ( ) : NativeMethods.WObject[]

Not supported

RemoveDrive ( char drive ) : bool

Remove a drive

Stop ( ) : void

Not implemented

Method Details

AddDrive() public method

Add a drive
public AddDrive ( char drive ) : bool
drive char
return bool

ClearDrives() public method

Remove all drives
public ClearDrives ( ) : void
return void

DriveWipeObject() public method

public DriveWipeObject ( ) : System
return System

GetObject() public method

public GetObject ( ) : NativeMethods.WObject
return NativeMethods.WObject

GetObjects() public method

Not supported
public GetObjects ( ) : NativeMethods.WObject[]
return NativeMethods.WObject[]

RemoveDrive() public method

Remove a drive
public RemoveDrive ( char drive ) : bool
drive char
return bool

Stop() public method

Not implemented
public Stop ( ) : void
return void