C# 클래스 ZeroInstall.Store.Implementations.ManifestFileBase

상속: ManifestDirectoryElement
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
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