C# Class NuGet.PackageUtility

Afficher le fichier Open project: themotleyfool/NuGet Class Usage Examples

Méthodes publiques

Méthode Description
IsAssembly ( string path ) : bool
IsManifest ( string path ) : bool
IsSatellitePackage ( IPackage package, IPackageRepository repository, FrameworkName targetFramework, IPackage &runtimePackage ) : bool

Method Details

IsAssembly() public static méthode

public static IsAssembly ( string path ) : bool
path string
Résultat bool

IsManifest() public static méthode

public static IsManifest ( string path ) : bool
path string
Résultat bool

IsSatellitePackage() public static méthode

public static IsSatellitePackage ( IPackage package, IPackageRepository repository, FrameworkName targetFramework, IPackage &runtimePackage ) : bool
package IPackage
repository IPackageRepository
targetFramework FrameworkName
runtimePackage IPackage
Résultat bool