C# Class ZeroInstall.Store.Implementations.ManifestDirectoryElement

Inheritance: ZeroInstall.Store.Implementations.ManifestNode
Mostra file Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( ManifestDirectoryElement other ) : bool
ManifestDirectoryElement ( string digest, long size, string name ) : System

Creates a new directory element entry.

Method Details

Equals() protected method

protected Equals ( ManifestDirectoryElement other ) : bool
other ManifestDirectoryElement
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ManifestDirectoryElement() protected method

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.
return System