C# 클래스 NuGet.AdvancedPackagingTool.Core.PackageExtensions

파일 보기 프로젝트 열기: alexfalkowski/NuGet.AdvancedPackagingTool

공개 메소드들

메소드 설명
GetConfigurationPackageFile ( this package ) : IPackageFile
GetInstallPackageFile ( this package ) : IPackageFile
GetSetupPackageFile ( this package ) : IPackageFile
GetTeardownPackageFile ( this package ) : IPackageFile
GetUninstallPackageFile ( this package ) : IPackageFile

비공개 메소드들

메소드 설명
GetPackageFile ( this package, string fileName ) : IPackageFile
GetToolFile ( IEnumerable toolsFiles, string fileName ) : IPackageFile

메소드 상세

GetConfigurationPackageFile() 공개 정적인 메소드

public static GetConfigurationPackageFile ( this package ) : IPackageFile
package this
리턴 IPackageFile

GetInstallPackageFile() 공개 정적인 메소드

public static GetInstallPackageFile ( this package ) : IPackageFile
package this
리턴 IPackageFile

GetSetupPackageFile() 공개 정적인 메소드

public static GetSetupPackageFile ( this package ) : IPackageFile
package this
리턴 IPackageFile

GetTeardownPackageFile() 공개 정적인 메소드

public static GetTeardownPackageFile ( this package ) : IPackageFile
package this
리턴 IPackageFile

GetUninstallPackageFile() 공개 정적인 메소드

public static GetUninstallPackageFile ( this package ) : IPackageFile
package this
리턴 IPackageFile