C# Класс Subtle.Setup.Registry.ShellCommandHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteShellCommands ( IEnumerable fileTypes, string verbKey ) : void
SetShellCommands ( IEnumerable fileTypes, string verbKey, string verbValue, string command, string icon = null ) : void

Описание методов

DeleteShellCommands() публичный статический Метод

public static DeleteShellCommands ( IEnumerable fileTypes, string verbKey ) : void
fileTypes IEnumerable
verbKey string
Результат void

SetShellCommands() публичный статический Метод

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
Результат void