C# Class Stall.Helpers.RegistryKeyExtensions

Mostrar archivo Open project: jamesqo/Stall

Public Methods

Method 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 method

public static DisplayName ( this appKey ) : string
appKey this
return string

ForEachKey() public static method

public static ForEachKey ( this key, Action action ) : void
key this
action Action
return void

HideApps() public static method

public static HideApps ( this baseKey, IEnumerable appNames ) : IEnumerable
baseKey this
appNames IEnumerable
return IEnumerable

RemoveApps() public static method

public static RemoveApps ( this baseKey, IEnumerable appNames ) : IEnumerable
baseKey this
appNames IEnumerable
return IEnumerable

UninstallString() public static method

public static UninstallString ( this appKey ) : string
appKey this
return string