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

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

Méthodes publiques

Méthode Description
Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object

Transforms a string or integer to an System.Text.Encoding.

Method Details

Transform() public méthode

Transforms a string or integer to an System.Text.Encoding.
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