C# 클래스 SecureDelete.RandomWipeStep

Wipe step where the data is random.
상속: WipeStepBase
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
RandomWipeStep ( ) : System
RandomWipeStep ( int number ) : System
ToNative ( ) : string

Get the native form of the step

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

RandomWipeStep() 공개 메소드

public RandomWipeStep ( ) : System
리턴 System

RandomWipeStep() 공개 메소드

public RandomWipeStep ( int number ) : System
number int
리턴 System

ToNative() 공개 메소드

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