C# 클래스 Orc.FileAssociation.RegistryExtensions

파일 보기 프로젝트 열기: WildGums/Orc.FileAssociation

공개 메소드들

메소드 설명
IsRegisteryValueAvailable ( this registryHive, string key, string valueName ) : bool
IsRegistryKeyAvailable ( this registryHive, string key ) : bool
RemoveRegistryKey ( this registryHive, string key ) : void
RemoveRegistryValue ( this registryHive, string key, string valueName ) : void
SetRegistryValue ( this registryHive, string key, string valueName, string value ) : void

메소드 상세

IsRegisteryValueAvailable() 공개 정적인 메소드

public static IsRegisteryValueAvailable ( this registryHive, string key, string valueName ) : bool
registryHive this
key string
valueName string
리턴 bool

IsRegistryKeyAvailable() 공개 정적인 메소드

public static IsRegistryKeyAvailable ( this registryHive, string key ) : bool
registryHive this
key string
리턴 bool

RemoveRegistryKey() 공개 정적인 메소드

public static RemoveRegistryKey ( this registryHive, string key ) : void
registryHive this
key string
리턴 void

RemoveRegistryValue() 공개 정적인 메소드

public static RemoveRegistryValue ( this registryHive, string key, string valueName ) : void
registryHive this
key string
valueName string
리턴 void

SetRegistryValue() 공개 정적인 메소드

public static SetRegistryValue ( this registryHive, string key, string valueName, string value ) : void
registryHive this
key string
valueName string
value string
리턴 void