Partilhar via


RegistryUtility Class

Definition

Helper class for handling all registry related operations.

public static class RegistryUtility
type RegistryUtility = class
Public Class RegistryUtility
Inheritance
RegistryUtility

Methods

TryGetValue<T>(String, String, T, RegistryValueKind, RegistryValueOptions, RegistryView)

This function will read the key in the given registry path and returns the value to it.

WriteValue(String, String, Object, RegistryValueKind, Boolean)

This function writes into registry.

Applies to