C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.LoggingPoliciesAttribute

상속: System.Management.Automation.ArgumentTransformationAttribute
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

공개 메소드들

메소드 설명
Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object

Transforms a string in the short form of logging command line options to a LoggingPolicies enumeration.

메소드 상세

Transform() 공개 메소드

Transforms a string in the short form of logging command line options to a LoggingPolicies enumeration.
public Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object
engineIntrinsics System.Management.Automation.EngineIntrinsics Provides access to the APIs for managing the transformation context.
inputData object The parameter argument that is to be transformed.
리턴 object