Table of Contents

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

path string

Registry path.

Returns

object

Registry value.

SetValue(object, string)

Sets a value in the registry at the specified path.

void SetValue(object value, string path)

Parameters

value object

Value to set.

path string

Registry path.