Class RegistryUtil
Summary description for Registry.
Inheritance
System.Object
RegistryUtil
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RegistryUtil : Object
Methods
ReadFromRegistry(RegistryKey, String, String, String)
Declaration
public static string ReadFromRegistry(RegistryKey RegHive, string RegPath, string KeyName, string DefaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Win32.RegistryKey | RegHive | |
| System.String | RegPath | |
| System.String | KeyName | |
| System.String | DefaultValue |
Returns
| Type |
|---|
| System.String |
WriteToRegistry(RegistryKey, String, String, String)
Declaration
public static void WriteToRegistry(RegistryKey RegHive, string RegPath, string KeyName, string KeyValue)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Win32.RegistryKey | RegHive | |
| System.String | RegPath | |
| System.String | KeyName | |
| System.String | KeyValue |