C# 클래스 ZeroInstall.Store.ViewModel.OrphanedImplementationNode

Models information about an implementation in an IStore without a known owning interface for display in a UI.
상속: ImplementationNode
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
OrphanedImplementationNode ( ManifestDigest digest, [ store ) : System

Creates a new orphaned implementation node.

메소드 상세

OrphanedImplementationNode() 공개 메소드

Creates a new orphaned implementation node.
The manifest file is not valid. The manifest file could not be read. Read access to the file is not permitted.
public OrphanedImplementationNode ( ManifestDigest digest, [ store ) : System
digest ManifestDigest The digest identifying the implementation.
store [ The the implementation is located in.
리턴 System