C# Class Alquimiaware.NuGetUnity.FileSystemPackageProvider

Inheritance: IPackageProvider
Afficher le fichier Open project: Alquimiaware/Nuget-Unity Class Usage Examples

Méthodes publiques

Méthode Description
GetAll ( string packagesFolderPath ) : List
IsPackageSource ( string packagesFolderPath ) : bool

Private Methods

Méthode Description
GetPackageDirectories ( DirectoryInfo container ) : System.IO.DirectoryInfo[]
GetReferenceNames ( DirectoryInfo di ) : List
GetTargetLibs ( DirectoryInfo pkgContainger ) : Alquimiaware.NuGetUnity.TargetLib[]
IsEmpty ( string folderPath ) : bool
IsValidPkgDirectory ( DirectoryInfo di ) : bool

Method Details

GetAll() public méthode

public GetAll ( string packagesFolderPath ) : List
packagesFolderPath string
Résultat List

IsPackageSource() public méthode

public IsPackageSource ( string packagesFolderPath ) : bool
packagesFolderPath string
Résultat bool