C# Класс ZeroInstall.Store.Implementations.ManifestDirectoryElement

Наследование: ZeroInstall.Store.Implementations.ManifestNode
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetHashCode ( ) : int

Защищенные методы

Метод Описание
Equals ( ManifestDirectoryElement other ) : bool
ManifestDirectoryElement ( string digest, long size, string name ) : System

Creates a new directory element entry.

Описание методов

Equals() защищенный Метод

protected Equals ( ManifestDirectoryElement other ) : bool
other ManifestDirectoryElement
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ManifestDirectoryElement() защищенный Метод

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.
Результат System