Table of Contents

Class ManifestSymlink

Namespace
ZeroInstall.Store.Manifests
Assembly
ZeroInstall.Store.dll

A symlink entry in a Manifest.

[Serializable]
public sealed record ManifestSymlink : ManifestElement, IEquatable<ManifestElement>, IEquatable<ManifestSymlink>
Inheritance
ManifestSymlink
Implements
Inherited Members

Constructors

A symlink entry in a Manifest.

public ManifestSymlink(string Digest, long Size)

Parameters

Digest string

The digest of the link target path.

Size long

The length of the link target path.

Methods

Formats the element in the Manifest line format.

public override string ToLine(string name)

Parameters

name string

The name of the element.

Returns

string