C# 클래스 TrueLib.EncryptedDisk

상속: EncryptedMedia
파일 보기 프로젝트 열기: nefarius/TrueMount-3

공개 메소드들

메소드 설명
EncryptedDisk ( string caption, uint signature ) : System

Creates a new disk and assigns caption, signature.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

EncryptedDisk() 공개 메소드

Creates a new disk and assigns caption, signature.
public EncryptedDisk ( string caption, uint signature ) : System
caption string The disks caption.
signature uint The disks signature.
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string