C# Class Subtle.Setup.Registry.ShellCommandHelper

Exibir arquivo Open project: tvdburgt/subtle Class Usage Examples

Public Methods

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

public static DeleteShellCommands ( IEnumerable fileTypes, string verbKey ) : void
fileTypes IEnumerable
verbKey string
return void

SetShellCommands() public static method

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
return void