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

Наследование: PackageCommandBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetQuery string
OpenProduct Microsoft.Deployment.WindowsInstaller.Session
WriteRecords void

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

Метод Описание
BeginProcessing ( ) : void

Sets up the user interface handlers.

EndProcessing ( ) : void

Restores the previous user interface handlers.

ProcessItem ( System.Management.Automation.PSObject item ) : void

Opens the database specified by the item and executes the specified query.

ProcessRecord ( ) : void

Opens an installed Product or the database specified by the Path or LiteralPath.

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

Метод Описание
GetQuery ( Microsoft.Deployment.WindowsInstaller.Database db, string path ) : string
OpenProduct ( Microsoft.Deployment.WindowsInstaller.ProductInstallation product ) : Microsoft.Deployment.WindowsInstaller.Session
WriteRecords ( Microsoft.Deployment.WindowsInstaller.Database db, string path ) : void

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

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

Sets up the user interface handlers.
protected BeginProcessing ( ) : void
Результат void

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

Restores the previous user interface handlers.
protected EndProcessing ( ) : void
Результат void

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

Opens the database specified by the item and executes the specified query.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject A file item that references a package database.
Результат void

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

Opens an installed Product or the database specified by the Path or LiteralPath.
protected ProcessRecord ( ) : void
Результат void