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

상속: ZeroInstall.Store.Implementations.ManifestNode
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

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