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

Inheritance: System.Management.Automation.ArgumentTransformationAttribute
Afficher le fichier Open project: heaths/psmsi Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat object