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

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

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

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

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

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

Creates a new file entry.

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

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

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

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

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

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

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