Edit

Share via


RegistryOptions Enum

Definition

Specifies options to use when creating a registry key.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum RegistryOptions
Inheritance
RegistryOptions
Attributes

Fields

Name Value Description
None 0

A non-volatile key. This is the default.

Volatile 1

A volatile key. The information is stored in memory and is not preserved when the corresponding registry hive is unloaded.

Remarks

You can create a registry key that is available only in memory and that will not be persisted when the computer is restarted. This is known as a volatile key. You can specify that you want to create a volatile or non-volatile key by using the RegistryKey.CreateSubKey method overloads that take an options parameter.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, 6, 7, 8, 9, 10
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5