C# 클래스 NuGet.Indexing.CatalogPackageReader

상속: NuGet.Packaging.PackageReaderBase, IDisposable
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata 1 사용 예제들

공개 메소드들

메소드 설명
CatalogPackageReader ( Newtonsoft.Json.Linq.JObject catalogItem ) : System
CopyFiles ( string destination, IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common logger, CancellationToken token ) : IEnumerable
GetFiles ( ) : IEnumerable
GetFiles ( string folder ) : IEnumerable
GetNuspec ( ) : Stream
GetStream ( string path ) : Stream

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

CatalogPackageReader() 공개 메소드

public CatalogPackageReader ( Newtonsoft.Json.Linq.JObject catalogItem ) : System
catalogItem Newtonsoft.Json.Linq.JObject
리턴 System

CopyFiles() 공개 메소드

public CopyFiles ( string destination, IEnumerable packageFiles, ExtractPackageFileDelegate extractFile, Common logger, CancellationToken token ) : IEnumerable
destination string
packageFiles IEnumerable
extractFile ExtractPackageFileDelegate
logger Common
token System.Threading.CancellationToken
리턴 IEnumerable

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetFiles() 공개 메소드

public GetFiles ( ) : IEnumerable
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string folder ) : IEnumerable
folder string
리턴 IEnumerable

GetNuspec() 공개 메소드

public GetNuspec ( ) : Stream
리턴 Stream

GetStream() 공개 메소드

public GetStream ( string path ) : Stream
path string
리턴 Stream