C# Class NuGet.PackageUtility

Mostrar archivo Open project: themotleyfool/NuGet Class Usage Examples

Public Methods

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

Method Details

IsAssembly() public static method

public static IsAssembly ( string path ) : bool
path string
return bool

IsManifest() public static method

public static IsManifest ( string path ) : bool
path string
return bool

IsSatellitePackage() public static method

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