Метод | Описание | |
---|---|---|
CatalogPackageReader ( Newtonsoft.Json.Linq.JObject catalogItem ) : System | ||
CopyFiles ( string destination, IEnumerable |
||
GetFiles ( ) : IEnumerable |
||
GetFiles ( string folder ) : IEnumerable |
||
GetNuspec ( ) : Stream | ||
GetStream ( string path ) : Stream |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public CatalogPackageReader ( Newtonsoft.Json.Linq.JObject catalogItem ) : System | ||
catalogItem | Newtonsoft.Json.Linq.JObject | |
Результат | System |
public CopyFiles ( string destination, IEnumerable |
||
destination | string | |
packageFiles | IEnumerable |
|
extractFile | ExtractPackageFileDelegate | |
logger | Common | |
token | ||
Результат | IEnumerable |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetFiles ( string folder ) : IEnumerable |
||
folder | string | |
Результат | IEnumerable |