C# Class Microsoft.Tools.WindowsInstaller.PowerShell.LoggingPoliciesAttribute

Inheritance: System.Management.Automation.ArgumentTransformationAttribute
显示文件 Open project: heaths/psmsi Class Usage Examples

Public Methods

Method Description
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.

Method Details

Transform() public method

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.
return object