C# 클래스 Subtle.Setup.Registry.ShellCommandHelper

파일 보기 프로젝트 열기: tvdburgt/subtle 1 사용 예제들

공개 메소드들

메소드 설명
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