C# Class Subtle.Setup.Registry.ShellCommandHelper

Afficher le fichier Open project: tvdburgt/subtle Class Usage Examples

Méthodes publiques

Méthode Description
DeleteShellCommands ( IEnumerable fileTypes, string verbKey ) : void
SetShellCommands ( IEnumerable fileTypes, string verbKey, string verbValue, string command, string icon = null ) : void

Method Details

DeleteShellCommands() public static méthode

public static DeleteShellCommands ( IEnumerable fileTypes, string verbKey ) : void
fileTypes IEnumerable
verbKey string
Résultat void

SetShellCommands() public static méthode

public static SetShellCommands ( IEnumerable fileTypes, string verbKey, string verbValue, string command, string icon = null ) : void
fileTypes IEnumerable
verbKey string
verbValue string
command string
icon string
Résultat void