Méthode | Description | |
---|---|---|
GetStream ( ) : Stream | ||
GetSupportedFrameworks ( ) : IEnumerable |
||
UnzippedPackage ( IFileSystem repositoryFileSystem, string packageName ) : System | ||
UnzippedPackage ( string repositoryDirectory, string packageName ) : System |
Create an uninstance of UnzippedPackage class
|
Méthode | Description | |
---|---|---|
GetAssemblyReferencesBase ( ) : IEnumerable |
||
GetFilesBase ( ) : IEnumerable |
Méthode | Description | |
---|---|---|
EnsureManifest ( ) : void | ||
GetPackageFilePaths ( ) : IEnumerable |
||
GetPackageRelativePath ( string path ) : string |
protected GetAssemblyReferencesBase ( ) : IEnumerable |
||
Résultat | IEnumerable |
public GetSupportedFrameworks ( ) : IEnumerable |
||
Résultat | IEnumerable |
public UnzippedPackage ( IFileSystem repositoryFileSystem, string packageName ) : System | ||
repositoryFileSystem | IFileSystem | |
packageName | string | |
Résultat | System |
public UnzippedPackage ( string repositoryDirectory, string packageName ) : System | ||
repositoryDirectory | string | The root directory which contains the .nupkg file and the corresponding unippws directory. |
packageName | string | Contains the file name without the extension of the nupkg file. |
Résultat | System |