C# Class NuGet.ZipPackage

Inheritance: LocalPackage
Afficher le fichier Open project: NuGetPackageExplorer/NuGetPackageExplorer Class Usage Examples

Méthodes publiques

Méthode Description
GetFiles ( ) : IEnumerable
GetStream ( ) : Stream
ToString ( ) : string
ZipPackage ( string filePath ) : System

Private Methods

Méthode Description
EnsureManifest ( ) : void
IsAssemblyReference ( PackagePart part ) : bool
IsPackageFile ( PackagePart part ) : bool

Method Details

GetFiles() public méthode

public GetFiles ( ) : IEnumerable
Résultat IEnumerable

GetStream() public méthode

public GetStream ( ) : Stream
Résultat Stream

ToString() public méthode

public ToString ( ) : string
Résultat string

ZipPackage() public méthode

public ZipPackage ( string filePath ) : System
filePath string
Résultat System