C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetTableCommand

상속: PackageCommandBase
파일 보기 프로젝트 열기: heaths/psmsi

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