Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SecureDelete
WipeStepBase
C# Class SecureDelete.WipeStepBase
The abstract class from where all wipe steps must derive.
Inheritance:
ICloneable
Mostra file
Open project: gratianlup/SecureDelete
Class Usage Examples
Protected Properties
Property
Type
Description
_number
int
_type
WipeStepType
Public Methods
Method
Description
Clone
( ) :
object
ToNative
( ) :
string
Protected Methods
Method
Description
MapTypeToNativeType
( ) :
int
Method Details
Clone()
public
abstract
method
public
abstract
Clone
( ) :
object
return
object
MapTypeToNativeType()
protected
method
protected
MapTypeToNativeType
( ) :
int
return
int
ToNative()
public
abstract
method
public
abstract
ToNative
( ) :
string
return
string
Property Details
_number
protected_oe property
protected
int
_number
return
int
_type
protected_oe property
protected
WipeStepType
_type
return
WipeStepType