C# Class ScriptCs.Package.PackageContainer

Inheritance: IPackageContainer
Afficher le fichier Open project: 7sharp9/scriptcs

Méthodes publiques

Méthode Description
CreatePackageFile ( ) : IEnumerable
FindPackage ( string path, IPackageReference packageRef ) : IPackageObject
FindReferences ( string path ) : IEnumerable
PackageContainer ( IFileSystem fileSystem ) : System.Collections.Generic

Private Methods

Méthode Description
GetNewestSupportedFramework ( IPackage packageMetadata ) : FrameworkName

Method Details

CreatePackageFile() public méthode

public CreatePackageFile ( ) : IEnumerable
Résultat IEnumerable

FindPackage() public méthode

public FindPackage ( string path, IPackageReference packageRef ) : IPackageObject
path string
packageRef IPackageReference
Résultat IPackageObject

FindReferences() public méthode

public FindReferences ( string path ) : IEnumerable
path string
Résultat IEnumerable

PackageContainer() public méthode

public PackageContainer ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
Résultat System.Collections.Generic