C# Class NuGet.ZipPackage

Inheritance: LocalPackage
Mostra file Open project: NuGetPackageExplorer/NuGetPackageExplorer Class Usage Examples

Public Methods

Method Description
GetFiles ( ) : IEnumerable
GetStream ( ) : Stream
ToString ( ) : string
ZipPackage ( string filePath ) : System

Private Methods

Method Description
EnsureManifest ( ) : void
IsAssemblyReference ( PackagePart part ) : bool
IsPackageFile ( PackagePart part ) : bool

Method Details

GetFiles() public method

public GetFiles ( ) : IEnumerable
return IEnumerable

GetStream() public method

public GetStream ( ) : Stream
return Stream

ToString() public method

public ToString ( ) : string
return string

ZipPackage() public method

public ZipPackage ( string filePath ) : System
filePath string
return System