Method | Description | |
---|---|---|
GetConfigurationPackageFile ( this package ) : IPackageFile | ||
GetInstallPackageFile ( this package ) : IPackageFile | ||
GetSetupPackageFile ( this package ) : IPackageFile | ||
GetTeardownPackageFile ( this package ) : IPackageFile | ||
GetUninstallPackageFile ( this package ) : IPackageFile |
Method | Description | |
---|---|---|
GetPackageFile ( this package, string fileName ) : IPackageFile | ||
GetToolFile ( IEnumerable |
public static GetConfigurationPackageFile ( this package ) : IPackageFile | ||
package | this | |
return | IPackageFile |
public static GetInstallPackageFile ( this package ) : IPackageFile | ||
package | this | |
return | IPackageFile |
public static GetSetupPackageFile ( this package ) : IPackageFile | ||
package | this | |
return | IPackageFile |
public static GetTeardownPackageFile ( this package ) : IPackageFile | ||
package | this | |
return | IPackageFile |
public static GetUninstallPackageFile ( this package ) : IPackageFile | ||
package | this | |
return | IPackageFile |