C# Class NuGet.LocalPackage

Inheritance: IPackage
Exibir arquivo Open project: xero-github/Nuget

Public Methods

Method Description
GetFiles ( ) : IEnumerable
GetStream ( ) : Stream
ToString ( ) : string

Protected Methods

Method Description
IsAssemblyReference ( IPackageFile file ) : bool
IsAssemblyReference ( string filePath ) : bool
LocalPackage ( ) : System
ReadManifest ( Stream manifestStream ) : void

Private Methods

Method Description
GetAssemblyReferencesBase ( ) : IEnumerable
GetFilesBase ( ) : IEnumerable
IsAssemblyReference ( IPackageFile file, IEnumerable references ) : bool
IsAssemblyReference ( string filePath, IEnumerable references ) : bool

Method Details

GetFiles() public method

public GetFiles ( ) : IEnumerable
return IEnumerable

GetStream() public abstract method

public abstract GetStream ( ) : Stream
return Stream

IsAssemblyReference() protected method

protected IsAssemblyReference ( IPackageFile file ) : bool
file IPackageFile
return bool

IsAssemblyReference() protected method

protected IsAssemblyReference ( string filePath ) : bool
filePath string
return bool

LocalPackage() protected method

protected LocalPackage ( ) : System
return System

ReadManifest() protected method

protected ReadManifest ( Stream manifestStream ) : void
manifestStream Stream
return void

ToString() public method

public ToString ( ) : string
return string