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

Manages state during a single IStore.Optimise run.
상속: IDisposable
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SavedBytes long

공개 메소드들

메소드 설명
Dispose ( ) : void
OptimiseRun ( string storePath ) : System

Creates a new optimise run.

Work ( ManifestDigest manifestDigest ) : void

Executes the work-step for a single implementation.

비공개 메소드들

메소드 설명
JoinWithHardlink ( StoreFile file1, StoreFile file2 ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OptimiseRun() 공개 메소드

Creates a new optimise run.
public OptimiseRun ( string storePath ) : System
storePath string The .
리턴 System

Work() 공개 메소드

Executes the work-step for a single implementation.
public Work ( ManifestDigest manifestDigest ) : void
manifestDigest ManifestDigest
리턴 void

프로퍼티 상세

SavedBytes 공개적으로 프로퍼티

The number of bytes saved by deduplication.
public long SavedBytes
리턴 long