C# Class NuGet.AdvancedPackagingTool.Core.PackageExtensions

Afficher le fichier Open project: alexfalkowski/NuGet.AdvancedPackagingTool

Méthodes publiques

Méthode Description
GetConfigurationPackageFile ( this package ) : IPackageFile
GetInstallPackageFile ( this package ) : IPackageFile
GetSetupPackageFile ( this package ) : IPackageFile
GetTeardownPackageFile ( this package ) : IPackageFile
GetUninstallPackageFile ( this package ) : IPackageFile

Private Methods

Méthode Description
GetPackageFile ( this package, string fileName ) : IPackageFile
GetToolFile ( IEnumerable toolsFiles, string fileName ) : IPackageFile

Method Details

GetConfigurationPackageFile() public static méthode

public static GetConfigurationPackageFile ( this package ) : IPackageFile
package this
Résultat IPackageFile

GetInstallPackageFile() public static méthode

public static GetInstallPackageFile ( this package ) : IPackageFile
package this
Résultat IPackageFile

GetSetupPackageFile() public static méthode

public static GetSetupPackageFile ( this package ) : IPackageFile
package this
Résultat IPackageFile

GetTeardownPackageFile() public static méthode

public static GetTeardownPackageFile ( this package ) : IPackageFile
package this
Résultat IPackageFile

GetUninstallPackageFile() public static méthode

public static GetUninstallPackageFile ( this package ) : IPackageFile
package this
Résultat IPackageFile