C# Class AppUpdater.Manifest.VersionManifestFile

Show file Open project: diogomafra/AppUpdater Class Usage Examples

Public Methods

Method Description
GetDeltaFrom ( string checksum ) : VersionManifestDeltaFile
VersionManifestFile ( string name, string checksum, long size, IEnumerable deltas = null ) : System.Collections.Generic

Method Details

GetDeltaFrom() public method

public GetDeltaFrom ( string checksum ) : VersionManifestDeltaFile
checksum string
return VersionManifestDeltaFile

VersionManifestFile() public method

public VersionManifestFile ( string name, string checksum, long size, IEnumerable deltas = null ) : System.Collections.Generic
name string
checksum string
size long
deltas IEnumerable
return System.Collections.Generic