• Documentation
  • Reference
Show / Hide Table of Contents
  • Cake.DNF.Module
    • Constants
    • DNFContentResolver
    • DNFModule
    • DNFPackageInstaller
    • IDNFContentResolver

Interface IDNFContentResolver

Namespace:Cake.DNF.Module
Assembly:Cake.DNF.Module.dll
Syntax
public interface IDNFContentResolver

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