Method | Description | |
---|---|---|
EncryptedDisk ( string caption, uint signature ) : System |
Creates a new disk and assigns caption, signature.
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
public EncryptedDisk ( string caption, uint signature ) : System | ||
caption | string | The disks caption. |
signature | uint | The disks signature. |
return | System |