C# Class ZeroInstall.Store.Implementations.ManifestDirectoryElement

Inheritance: ZeroInstall.Store.Implementations.ManifestNode
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( ManifestDirectoryElement other ) : bool
ManifestDirectoryElement ( string digest, long size, string name ) : System

Creates a new directory element entry.

Method Details

Equals() protected méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ManifestDirectoryElement() protected méthode

Creates a new directory element entry.
contains a newline character.
protected ManifestDirectoryElement ( string digest, long size, string name ) : System
digest string The digest of the content of the element calculated using the selected digest algorithm.
size long The size of the element in bytes.
name string The name of the element without the containing directory.
Résultat System