C# Class TrueLib.EncryptedContainerFile

Inheritance: EncryptedMedia
Afficher le fichier Open project: nefarius/TrueMount-3

Méthodes publiques

Méthode Description
EncryptedContainerFile ( string fileName ) : System

Creates a new container file and assignes a name.

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

Method Details

EncryptedContainerFile() public méthode

Creates a new container file and assignes a name.
public EncryptedContainerFile ( string fileName ) : System
fileName string The local file name.
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string