Table of Contents

Class FrameworkSpecificGroup

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll

A group of items/files from a nupkg with the same target framework.

public class FrameworkSpecificGroup : IEquatable<FrameworkSpecificGroup>, IFrameworkSpecific
Inheritance
FrameworkSpecificGroup
Implements
IFrameworkSpecific
Inherited Members

Constructors

FrameworkSpecificGroup(NuGetFramework, IEnumerable<string>)

Framework specific group

public FrameworkSpecificGroup(NuGetFramework targetFramework, IEnumerable<string> items)

Parameters

targetFramework NuGetFramework

group target framework

items IEnumerable<string>

group items

Properties

HasEmptyFolder

public bool HasEmptyFolder { get; }

Property Value

bool

Items

Item relative paths

public IEnumerable<string> Items { get; }

Property Value

IEnumerable<string>

TargetFramework

Group target framework

public NuGetFramework TargetFramework { get; }

Property Value

NuGetFramework

Methods

Equals(FrameworkSpecificGroup)

public bool Equals(FrameworkSpecificGroup other)

Parameters

other FrameworkSpecificGroup

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int