C# Class Orc.FileAssociation.RegistryExtensions

Show file Open project: WildGums/Orc.FileAssociation

Public Methods

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

Method Details

IsRegisteryValueAvailable() public static method

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

IsRegistryKeyAvailable() public static method

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

RemoveRegistryKey() public static method

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

RemoveRegistryValue() public static method

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

SetRegistryValue() public static method

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