Table of Contents

Class ZipFilePair

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll
public class ZipFilePair
Inheritance
ZipFilePair
Inherited Members

Constructors

ZipFilePair(string, ZipArchiveEntry)

public ZipFilePair(string fileFullPath, ZipArchiveEntry entry)

Parameters

fileFullPath string
entry ZipArchiveEntry

Properties

FileFullPath

public string FileFullPath { get; }

Property Value

string

PackageEntry

public ZipArchiveEntry PackageEntry { get; }

Property Value

ZipArchiveEntry

Methods

IsInstalled()

public bool IsInstalled()

Returns

bool