Table of Contents

Class NupkgMetadataFile

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll
public class NupkgMetadataFile : IEquatable<NupkgMetadataFile>
Inheritance
NupkgMetadataFile
Implements
Inherited Members

Constructors

NupkgMetadataFile()

public NupkgMetadataFile()

Properties

ContentHash

public string ContentHash { get; set; }

Property Value

string

Source

public string Source { get; set; }

Property Value

string

Version

public int Version { get; set; }

Property Value

int

Methods

Equals(NupkgMetadataFile)

public bool Equals(NupkgMetadataFile other)

Parameters

other NupkgMetadataFile

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int