C# 클래스 SecureDelete.WipeStepBase

The abstract class from where all wipe steps must derive.
상속: ICloneable
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_number int
_type WipeStepType

공개 메소드들

메소드 설명
Clone ( ) : object
ToNative ( ) : string

보호된 메소드들

메소드 설명
MapTypeToNativeType ( ) : int

메소드 상세

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : object
리턴 object

MapTypeToNativeType() 보호된 메소드

protected MapTypeToNativeType ( ) : int
리턴 int

ToNative() 공개 추상적인 메소드

public abstract ToNative ( ) : string
리턴 string

프로퍼티 상세

_number 보호되어 있는 프로퍼티

protected int _number
리턴 int

_type 보호되어 있는 프로퍼티

protected WipeStepType _type
리턴 WipeStepType