C# Класс Microsoft.Tools.WindowsInstaller.PowerShell.Commands.PackageCommandBase

Base class for cmdlets that process Windows Installer database packages.
Наследование: ItemCommandBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
OpenDatabase Microsoft.Deployment.WindowsInstaller.Database

Защищенные методы

Метод Описание
ApplyTransforms ( Microsoft.Deployment.WindowsInstaller.Package.InstallPackage db ) : void

Applies any applicable transforms from Patch and Transform to the given package.

ResolveFiles ( IEnumerable paths ) : IEnumerable

Resolves all to file system provider-specific paths.

Приватные методы

Метод Описание
OpenDatabase ( string path ) : Microsoft.Deployment.WindowsInstaller.Database

Описание методов

ApplyTransforms() защищенный Метод

Applies any applicable transforms from Patch and Transform to the given package.
protected ApplyTransforms ( Microsoft.Deployment.WindowsInstaller.Package.InstallPackage db ) : void
db Microsoft.Deployment.WindowsInstaller.Package.InstallPackage The database to which applicable transforms are applied.
Результат void

ResolveFiles() защищенный Метод

Resolves all to file system provider-specific paths.
protected ResolveFiles ( IEnumerable paths ) : IEnumerable
paths IEnumerable The paths to resolve.
Результат IEnumerable