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