C# Class ZeroInstall.Store.Implementations.ManifestFileBase

Inheritance: ManifestDirectoryElement
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( ManifestFileBase other ) : bool
ManifestFileBase ( string digest, System.DateTime modifiedTime, long size, string name ) : System

Creates a new file entry.

Method Details

Equals() protected méthode

protected Equals ( ManifestFileBase other ) : bool
other ManifestFileBase
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ManifestFileBase() protected méthode

Creates a new file entry.
contains a newline character.
protected ManifestFileBase ( string digest, System.DateTime modifiedTime, long size, string name ) : System
digest string The digest of the content of the file calculated using the selected digest algorithm.
modifiedTime System.DateTime The time this file was last modified.
size long The size of the file in bytes.
name string The name of the file without the containing directory.
Résultat System