C# Class ScriptCs.Package.PackageContainer

Inheritance: IPackageContainer
ファイルを表示 Open project: 7sharp9/scriptcs

Public Methods

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

Private Methods

Method Description
GetNewestSupportedFramework ( IPackage packageMetadata ) : FrameworkName

Method Details

CreatePackageFile() public method

public CreatePackageFile ( ) : IEnumerable
return IEnumerable

FindPackage() public method

public FindPackage ( string path, IPackageReference packageRef ) : IPackageObject
path string
packageRef IPackageReference
return IPackageObject

FindReferences() public method

public FindReferences ( string path ) : IEnumerable
path string
return IEnumerable

PackageContainer() public method

public PackageContainer ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
return System.Collections.Generic