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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void

Creates a list of property name wildcard patterns.

EndProcessing ( ) : void

Clears the list of property name wildcard patterns.

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

Gets property records from the item.

메소드 상세

BeginProcessing() 보호된 메소드

Creates a list of property name wildcard patterns.
protected BeginProcessing ( ) : void
리턴 void

EndProcessing() 보호된 메소드

Clears the list of property name wildcard patterns.
protected EndProcessing ( ) : void
리턴 void

ProcessItem() 보호된 메소드

Gets property records from the item.
protected ProcessItem ( System.Management.Automation.PSObject item ) : void
item System.Management.Automation.PSObject The item from which properties are retrieved.
리턴 void