C# Class TrueLib.EncryptedDisk

Inheritance: EncryptedMedia
显示文件 Open project: nefarius/TrueMount-3

Public Methods

Method Description
EncryptedDisk ( string caption, uint signature ) : System

Creates a new disk and assigns caption, signature.

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

Method Details

EncryptedDisk() public method

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.
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string