Interface IRegistry
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for basic operations with Windows Registry.
public interface IRegistry
- Extension Methods
Methods
GetValue(string)
Gets a value from the registry at the specified path.
object GetValue(string path)
Parameters
pathstringRegistry path.
Returns
- object
Registry value.
SetValue(object, string)
Sets a value in the registry at the specified path.
void SetValue(object value, string path)