C# Class ZeroInstall.Store.Implementations.OptimiseRun.DedupKey

Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Свойство Type Description
Digest string
Format ManifestFormat
LastModified System.DateTime
Size long

Méthodes publiques

Méthode Description
DedupKey ( long size, System.DateTime lastModified, ManifestFormat format, string digest ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

DedupKey() public méthode

public DedupKey ( long size, System.DateTime lastModified, ManifestFormat format, string digest ) : System
size long
lastModified System.DateTime
format ManifestFormat
digest string
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

Property Details

Digest public_oe property

public string Digest
Résultat string

Format public_oe property

public ManifestFormat,ZeroInstall.Store.Implementations Format
Résultat ManifestFormat

LastModified public_oe property

public DateTime,System LastModified
Résultat System.DateTime

Size public_oe property

public long Size
Résultat long