WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RegistryUtil

    Show / Hide Table of Contents

    Class RegistryUtil

    Summary description for Registry.

    Inheritance
    System.Object
    RegistryUtil
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RegistryUtil

    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 Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved