• Documentation
  • Reference
Show / Hide Table of Contents
  • Cake.APT.Module
    • APTContentResolver
    • APTModule
    • APTPackageInstaller
    • Constants
    • Extensions
    • IAPTContentResolver

Interface IAPTContentResolver

Namespace: Cake.APT.Module
Assembly: Cake.APT.Module.dll
Syntax
public interface IAPTContentResolver

Methods

| Improve this Doc View Source

GetFiles(PackageReference, PackageType)

Declaration
IReadOnlyCollection<IFile> GetFiles(PackageReference package, PackageType type)
Parameters
Type Name Description
Cake.Core.Packaging.PackageReference package
Cake.Core.Packaging.PackageType type
Returns
Type Description
System.Collections.Generic.IReadOnlyCollection<Cake.Core.IO.IFile>
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX