C# Class Stall.Helpers.RegistryKeyExtensions

Afficher le fichier Open project: jamesqo/Stall

Méthodes publiques

Méthode Description
DisplayName ( this appKey ) : string
ForEachKey ( this key, Action action ) : void
HideApps ( this baseKey, IEnumerable appNames ) : IEnumerable
RemoveApps ( this baseKey, IEnumerable appNames ) : IEnumerable
UninstallString ( this appKey ) : string

Method Details

DisplayName() public static méthode

public static DisplayName ( this appKey ) : string
appKey this
Résultat string

ForEachKey() public static méthode

public static ForEachKey ( this key, Action action ) : void
key this
action Action
Résultat void

HideApps() public static méthode

public static HideApps ( this baseKey, IEnumerable appNames ) : IEnumerable
baseKey this
appNames IEnumerable
Résultat IEnumerable

RemoveApps() public static méthode

public static RemoveApps ( this baseKey, IEnumerable appNames ) : IEnumerable
baseKey this
appNames IEnumerable
Résultat IEnumerable

UninstallString() public static méthode

public static UninstallString ( this appKey ) : string
appKey this
Résultat string