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

Provides information about Windows Installer components.
Afficher le fichier Open project: heaths/psmsi

Méthodes publiques

Méthode Description
ResolveKeyPath ( System.Management.Automation.SessionState session, string path ) : string

Gets an provider path for the given component key path.

Method Details

ResolveKeyPath() public static méthode

Gets an provider path for the given component key path.
public static ResolveKeyPath ( System.Management.Automation.SessionState session, string path ) : string
session System.Management.Automation.SessionState The for resolving key paths.
path string The component key path to resolve.
Résultat string